How To Install Wine 1.7.18 On Ubuntu, Linux Mint, Pinguy OS And Elementary OS

Edit: Due to the fact that this article is old, the installation instructions may not work anymore. In order to successfully install the latest version of Wine, please access the wine tag and open the latest article (the one on top).

Watch Free Movies

The latest installation instructions for Wine

Hello Linux Geeksters. As you may know, Wine (Wine Is Not An Emulator) is a software for running Windows applications on Linux Machines. The latest version available is Wine 1.7.18, which has been recently released. Among others, it comes with improved OLE accessible object support, fixes for some memory issues, a bunch of MSHTML functionsand 80 bug-fixes. For more information, see the release notes.

Also worth mentioning: While the the developers are working at making Windows Apps available for Android running on both ARM and X86 architectures, via Wine, they also want to make Wine available for Chrome OS.

 how to install Wine 1.7.18 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 16 Petra Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.3 Isis, Elementary OS 0.2 Luna, Pinguy OS 14.04 and Pinguy OS 12.04.

In this article I will show you how to install Wine 1.7.18 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 Qiana, Linux Mint 16 Petra Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.3 Isis, Elementary OS 0.2 Luna, Pinguy OS 14.04 and Pinguy OS 12.04.

Because it will be soon available via PPA, installing Wine 1.7.18 on the listed Ubuntu, Linux Mint, Pinguy OS and Elementary OS systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the wine1.7 and winetricks packages. Like this:

$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install wine1.7 winetricks

Optional, to remove Wine 1.7.18, do:

$ sudo apt-get remove wine1.7

Or, you can disable the Wine PPA and downgrade all the packages that got updated via the PPA with ppa-purge:

$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:ubuntu-wine/ppa

Scroll to Top