Install Wine 1.7.31 On Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.2, OpenSUSE 13.1 And OpenSUSE 12.3
Install Wine 1.7.31 On Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.2, OpenSUSE 13.1 And OpenSUSE 12.3
Hello i want to show you how to Install Wine 1.7.31 On Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.2, 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.
The Wine development release 1.7.31 is now available.What's new in this release:
- New version of the Gecko engine based on Firefox 34.
- Support for the Visual Studio 2013 version of the C/C++ runtimes.
- More font metrics support in DirectWrite.
- Some more Direct2D work.
- Various bug fixes.
How to install Wine 1.7.31 on 32 bit Fedora and CentOS systems, open a new Terminal window and bash (get it?) in the following commands:
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.31.tar.bz2Extract the archive and cd into it:
tar -xvf wine-1.7.31.tar.bz2Install Wine 1.7.31:
cd wine-1.7.31/
./tools/wineinstallHow to install Wine 1.7.31 on 64 bit Fedora and CentOS systems, open a new Terminal window and bash (get it?) in the following commands:
Install the dependencies first:
sudo yum groupinstall 'Development Tools'Download Wine 1.7.29:
sudo yum install libX11-devel freetype-devel
wget -c http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.31.tar.bz2
Extract the archive and cd into it:
tar -xvf wine-1.7.31.tar.bz2
cd wine-1.7.31/
Install Wine 1.7.31:
./configure --enable-win64
make
sudo make install
Optional, to remove Wine 1.7.31 from either 32 bit and 64 bit Fedora, CentOS or a derivative system, open a new Terminal window and bash (get it?) in the following commands:
sudo yum remove wine1.7For the latest OpenSUSE systems, Wine 1.7.31 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.30 on OpenSUSE 13.2, open a new Terminal window and bash (get it?) in the following commands:
sudo zypper ar -f http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_13.2/ wineHow to install Wine 1.7.30 on OpenSUSE 13.1:
sudo zypper refresh
sudo zypper install wine1.7 winetricks
sudo zypper ar -f http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_13.1/ wineHow to install Wine 1.7.30 on OpenSUSE 12.3:
sudo zypper refresh
sudo zypper install wine1.7 winetricks
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.30 from either OpenSUSE 13.1 or OpenSUSE 12.3, open a new Terminal window and bash (get it?) in the following commands:
sudo zypper remove wine1.7 winetricks
Our hope tutorial entitled "Install Wine 1.7.31 On Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.2, OpenSUSE 13.1 And OpenSUSE 12.3" can be useful for visitors.