Install Wine 1.7.29 in Linux Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.1 And OpenSUSE 12.3

 

Install Wine 1.7.29 in Linux Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.1 And OpenSUSE 12.3

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.
What's new in this release:
  • Support for shaping and BiDi mirroring in DirectWrite.
  • Some page fault handling fixes.
  • A few more C runtime functions.
  • Various bug fixes.

How to install Wine 1.7.29 on 32 bit Fedora and CentOS systems:

Install the dependencies first:
sudo yum -y groupinstall 'Development Tools'
sudo yum -y install libX11-devel freetype-devel

Download Wine 1.7.28:
wget -c http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.28.tar.bz2

Extract the archive and cd into it:
tar -xvf wine-1.7.29.tar.bz2
cd wine-1.7.29/

Install Wine 1.7.29:
./tools/wineinstall 
How to install Wine 1.7.29 on 64 bit Fedora and CentOS systems:

Install the dependencies first:
sudo yum groupinstall 'Development Tools'
sudo yum install libX11-devel freetype-devel

Download Wine 1.7.29 , open terminal and follow this command:
wget -c http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.29.tar.bz2

Extract the archive and cd into it:
tar -xvf wine-1.7.29.tar.bz2
cd wine-1.7.29/

Install Wine 1.7.28, open terminal and follow this command:

./configure --enable-win64
make
sudo make install

Optional, to remove Wine 1.7.29 from either 32 bit and 64 bit Fedora, CentOS or a derivative system, open terminal and follow this command:
sudo yum remove wine1.7

For the latest OpenSUSE systems, Wine 1.7.29 is available via some repository, so installing it is easy. All you have to do is add the repository to your system, update the local repository index and install the wine1.7 and winetricks packages.

How to install Wine 1.7.29 on OpenSUSE 13.1, open terminal and follow this command:
sudo zypper ar -f http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_13.1/ wine
sudo zypper refresh
sudo zypper install wine1.7 winetricks
How to install Wine 1.7.29 on OpenSUSE 12.3, open terminal and follow this command:
sudo zypper ar -f http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_12.3/ wine
sudo zypper refresh
sudo zypper install wine1.7 winetricks

Optional, to remove Wine 1.7.29 from either OpenSUSE 13.1 or OpenSUSE 12.3, open terminal and follow this command :
sudo zypper remove wine1.7 winetricks


The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations.

Home Wine