Saturday, September 6, 2014

[Quick Tips] : How To Install Wine 1.7.26 On Ubuntu , Fedora , CentOS and OpenSUSE

How To Install Wine 1.7.26 On Ubuntu , Fedora , CentOS and OpenSUSE

wine is a program to run some programs and games for Windows and the Linux distributions without a copy of Microsoft Windows.
Because it is a failed system and stupid   "My personal view".
wine is a free program and is being developed constantly.

The latest version available is Wine 1.7.26
  1. Still more DirectWrite functions.
  2. Improvements to the common File Dialog.
  3. A number of C runtime improvements.
  4. Various bug fixes.
how to install Wine 1.7.26 on Ubuntu 14.04 Trusty Tahr, Ubuntu 12.04 Precise Pangolin, Linux Mint 17 , Linux Mint 13 , Elementary OS 0.3 Freya, Elementary OS 0.2 Luna, LXLE 14.04, Pinguy OS 14.04, Pinguy OS 12.04, Peppermint Five, Linux Lite 2.0, Deepin 2014 , Fedora 20, Fedora 19, CentOS 7, CentOS 6, OpenSUSE 13.1 And OpenSUSE 12.3
on Ubuntu  And Derivative Systems

$ sudo add-apt-repository ppa:ubuntu-wine/ppa

$ sudo apt-get update

$ sudo apt-get install wine1.7 winetricks

install Wine 1.7.26 on 32 bit Fedora and CentOS

$ 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.25.tar.bz2
$ tar -xvf wine-1.7.26.tar.bz2

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

install Wine 1.7.26 on 64 bit Fedora and CentOS

$ 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.26.tar.bz2
$ tar -xvf wine-1.7.26.tar.bz2 $ cd wine-1.7.26/
$ ./configure --enable-win64 $ make $ sudo make install

install Wine 1.7.26 on OpenSUSE 12.3

$ sudo zypper ar -f http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_12.3/ wine $ sudo zypper refresh $ sudo zypper install wine1.7 winetricks

install Wine 1.7.26 on OpenSUSE 13.1

$ sudo zypper ar -f http://download.opensuse.org/repositories/Emulators:/Wine/openSUSE_13.1/ wine $ sudo zypper refresh $ sudo zypper install wine1.7 winetricks

No comments: