Open Terminal (Ctrl + Alt + T)
and type following commands:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.7
You need to add the i386 architecture.
You can add it and then install wine like so:
sudo dpkg –add-architecture i386
sudo apt-get update
sudo apt-get install wine1.6
841 total views, 2 views today