|
Wine, Linux is the most popular and most powerful software that can smoothly run Windows programs and games on Linux platform.
Wine 1.7 is installed on Linux
Unfortunately, there is no official based on Red Hat systems Wine warehouse, so the only way is to install from source. You need to install some dependencies packages such as gcc, flex, bison, libX11-devel freetype-devel and Development Tools, these packages from source code to compile Wine. We can use the yum command to install them.
On RedHat, Fedora and CentOS
# Yum -y groupinstall 'Development Tools'
# Yum -y install flex bison libX11-devel freetype-devel
Next, download the latest development version (eg 1.7.21) and extract with the following command.
$ Cd / tmp
$ Wget http://citylan.dl.sourceforge.net/project/wine/Source/wine-1.7.21.tar.bz2
$ Tar -xvf wine-1.7.21.tar.bz2 -C / tmp /
Now, as a normal user to compile and build the Wine installer. (Note: Depending on the machine performance and speed of the network, the installation process takes 15-20 minutes, the installation process will be asked to enter the root password.)
On 32-bit systems
$ Cd wine-1.7.21 /
$ ./tools/wineinstall
64-bit system
$ Cd wine-1.7.21 /
$ ./configure --enable-Win64
$ Make
# Make install
On Ubuntu, Debian and Linux Mint
On Ubuntu-based systems, you can use the official PPA to easily install the latest Wine. Open a new terminal with sudo to run the following command.
$ Sudo add-apt-repository ppa: ubuntu-wine / ppa
$ Sudo apt-get update
$ Sudo apt-get install wine 1.7 winetricks
Once Bahrain, you can run in the following manner based on Windows software and games.
$ Wine notepad
$ Wine notepad.exe
$ Wine c: \\ windows \\ notepad.exe
Note: Remember, if it is not used in the production version of the development environment. It recommended only for use in the test purposes
If you want to install the latest stable version of Wine, see the following articles in the article introduced the installation of Wine in almost so Linux systems approach |
|
|
|