Install Wine in Linux / Mint

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

753 total views, 1 views today