How To Install Wine 1.7 On Fedora And CentOS

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 1.7.0 has been recently released, bringing some new features to the previous version, Wine 1.6.

how to install Wine 1.7 on Fedora 19, 18, 17 and CentOS 6

In this article I will show you how to install Wine 1.7 on Fedora 19, 18, 17 and CentOS 6.

There is no repository available, so we have to download Wine and install it from sources. Follow this instructions exactly in order to get a successful installation:

Download Wine 1.7 and extract the archive:

$ wget -c http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.0.tar.bz2
$ tar -xjvf wine-1.7.0.tar.bz2

Install Wine 1.7 on 32 bit systems:

$ $ cd wine-1.7.0/
$ ./tools/wineinstall

Install Wine 1.7 on 64 bit systems:

$ cd wine-1.7.0/
$ ./configure --enable-win64
$ make
$ sudo make install

Scroll to Top