Two ways to install wine in Ubuntu
Method 1
- Install via Ubuntu software center and type wine and install it
- Open Terminal and type the following lines
#sudo apt-get update
#sudo apt-get install wine 1.5
#sudo apt-get install 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