I would like to download, then install a .exe file from a URL via the command line via wget or curl. Specifically MS Build Tools 2015 () .
I understand that I cannot install a .exe through Ubuntu, and must install wine to do so. (Please let me know if anyone has any other recommendations.)
How would I go about downloading the .exe file from the given URL?
Any help would be greatly appreciated!
41 Answer
This link will be redirected to exe file. You can download it as usual:
wget Or simply open link from your question with your web-browser.