Hey!
Thats easy and almost same as Ubuntu...! Well it goes this way :
Open terminal and type :
Code:
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
now once the key is installed add it to the repository by typing the following code in terminal :
Code:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list
Now finally update the package manager's list of available software by typing in terminal :
Code:
sudo apt-get update
Once done with this download and install wine by typing in terminal :
Code:
sudo apt-get install wine
All the best..!
Bookmarks