Wine HQ is a Open Source software available for LINUX Operating systems for running Windows application.
In this tutorial I will show you how to install the latest development version of wine 1.7.20 on Fedora 20/19/18/17 , CentOS 6.5/6.4/6.3 and Redhat 6.5/6.4/6.3.
Wine supports on Linux,solaris,Free BSD for running windows applications.
New in Wine 1.7.20
Installation steps
Step 1:Install Dependency packages
Step 2:Download Wine 1.7.20
There is no repository for wine installation,manually we need to download the tar file for installing the wine
Step 3:extract the Package and install wine 1.7.20
cd wine-1.7.20/
In this tutorial I will show you how to install the latest development version of wine 1.7.20 on Fedora 20/19/18/17 , CentOS 6.5/6.4/6.3 and Redhat 6.5/6.4/6.3.
Wine supports on Linux,solaris,Free BSD for running windows applications.
New in Wine 1.7.20
- X11 drag & drop fixes.
- A few more C/C++ runtime functions.
- Fixes for various memory issues found by Valgrind.
- Some OLE storage fixes.
- Various bug fixes.
Installation steps
Step 1:Install Dependency packages
yum -y groupinstall 'Development Tools'
yum -y install libX11-devel freetype-devel
yum -y install libX11-devel freetype-devel
Step 2:Download Wine 1.7.20
There is no repository for wine installation,manually we need to download the tar file for installing the wine
wget http://kaz.dl.sourceforge.net/project/wine/Source/wine-1.7.20.tar.bz2
Step 3:extract the Package and install wine 1.7.20
tar -xvf wine-1.7.20.tar.bz2 -c /tmp/For 32 bit systems
cd wine-1.7.20/
./tools/wineinstall
For 64 bit systems
For 64 bit systems
./configure--enable-win64
make
makeinstall
After successfull installation check working or not by opening any windows application
After successfull installation check working or not by opening any windows application
eg: wine application name
Hi Admin, Actually I wanted to install wine on fedora. Thanks for step by step guide.
ReplyDeletezzzzzzzzzzzzz
ReplyDelete