Tuesday, November 15, 2011

Installing Wine on Ubuntu

Type sudo apt-get install wine on the terminal. It will download the whole package required for wine and then it will install it.
Next you need to change every exe to executable using the command on the terminal chmod 755 ~/Downloads/INSTALL.EXE. ~/Downloads/ denote the path and INSTALL.EXE is the name of the file.
Now to run the exe using wine just type wine ~/Downloads/INSTALL.EXE on the terminal it will execute the required exe on your system.



1 comment: