Wine is a open source software used to run windows applications in Linux.Wine supports on Linux,Free BSD,Solaris for running windows applications.In this Tutorial I will tell you how to install wine 1.7.3 on ubuntu / Linuxmint
Method 1
•Install via Ubuntu software center and type wine and install it
Method 2
•Open Terminal and type the following lines
#sudo add-apt repository ppa:ubuntu-wine/ppa
#sudo apt-get update
#sudo apt-get install wine 1.7
#sudo apt-get install wine winetricks
Thats it wine installed..and you can open any windows program by right click and open the *.exe with wine windows program loader..........
REMOVING WINE
For removing the wine software completely run the following command in terminal
#sudo apt-get --purge remove wine
#sudo apt-get auto remove
No comments:
Post a Comment