Wine Installation in Linux
WINE
Wine stands for “Wine is not an emulator” and it is an open source software which allows Linux, Mac, FreeBSD, and Solaris users to run Windows applications without a copy of Microsoft Windows. Wine is not a virtual machine or emulator it just provides the binary compatibility. In this artical we will know about the wine installation in Linux.
First check is there any wine package is installed in our machine by using the following command
If there is any wine version is already installed remove it by using yum remove winecommand to avoid some problems when the time of installation and in the running of applications.
Before we proceeding to install wine package we need to install some prerequisites by using the following command
The sample output is like
After the installation of that change the path to /usr/src folder and then Download the wine package by using as follows
We can also get the latest version of wine from their official site
After the successful download extract the wine package by using tar command.
Then change the path to the wine directory
Now run the configure script
We can find 32 bit or 64 bit by using arch command
Sample output:
After that run the command make
Now run the command make install as follows
After the installation completes check version by using as follows
When you first time try to run the wine commands it shows the dialogue box to install wine mono installer as shown below
Now we can open the windows application notepad in the Linux by using the wine as follows
For 32-bit systems
For 32-bit systems
For 64-bit systems
We can get the wine compatibility application list from here, Enjoy the windows programs and games in Linux. Have a fun!
No comments:
Post a Comment