Wine 1.7.30 Released, Install in Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.1 And OpenSUSE 12.3

Wine 1.7.30 Released, Install in Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.1 And OpenSUSE 12.3

Wine 1.7.30 Released, Install in 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.

The Wine development release 1.7.30 is now available.
What's new in this release:

  • More support for fonts in DirectWrite.
  • Improved ATL thunk support.
  • A few more C runtime functions.
  • Regedit import/export fixes.
  • Various bug fixes.
The source is available now. Binary packages are in the process of being built, and will appear soon at their respective download locations. follow this page for information about Install Wine 1.7.30 in Linux Mint and Ubuntu Based Distro.

To Install Wine 1.7.30 in Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.1 And OpenSUSE 12.3

To install Wine 1.7.30 on 32 bit Fedora and CentOS systems, open a new Terminal window and bash (get it?) in the following commands:
sudo yum -y groupinstall 'Development Tools'
sudo yum -y install libX11-devel freetype-devel
wget -c http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.30.tar.bz2
tar -xvf wine-1.7.30.tar.bz2
cd wine-1.7.30/
./tools/wineinstall

To install Wine 1.7.30 on 64 bit Fedora and CentOS systems, open a new Terminal window and bash (get it?) in the following commands:
sudo yum groupinstall 'Development Tools'
sudo yum install libX11-devel freetype-devel
wget -c http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.30.tar.bz2
tar -xvf wine-1.7.30.tar.bz2
cd wine-1.7.30/
./configure --enable-win64
make
sudo make install

To remove Wine 1.7.30 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.7
For the latest OpenSUSE systems, Wine 1.7.30 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.

I hope that we make with article "Wine 1.7.30 Released, Install in Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.1 And OpenSUSE 12.3 " titles helpful to readers