Sunday, June 9, 2019

Run Windows Application on Linux With Wine

windows-programs-on-linux

Linux is a great operating system, no doubt on it and it has a great open-source software repository system also, but the problem is you can't find popular windows commercial programs (such as Adobe suite, MS Office, Offline Windows games and so on) in Linux Software Center or repositories. So, newcomers find difficulties to use Windows Programs on Linux. To overcome this weakness a compatibility layer called Wine was created.


Wine development is in progress, so it won't run every Windows application perfectly, in fact, some applications may not work at all but, it's improving all the time and it is the most popular way to install Windows programs on Linux.

You can check WineAppDB for an application to see ratings, comments, tips, guides and tweaks left by other users.

Install Wine on Linux

First Method:

Open Software Center and search for Q4Wine

search-for-q4wine

Choose Q4wine and click on install 
install_q4wine

The system will ask about password authentication, Just put your's account's password and authenticate.
password-authenticate

Now, Q4Wine starts its installation process.
installed_wine

Second Method:

Open your terminal then type sudo su and hit the Enter key, System will ask about account password, input the password.

sudo-suType apt-get install q4wine and hit Enter key, Press y key to continue...           
   Congratulations, You are successfully installed Q4Wine on your system.

interface of q4wine
Interface of Q4Wine

How to install Windows programs with Q4Wine

  • Select the Windows application which you want to install, right-click on it and choose Open With Q4Wine


open with q4wine

  • Now install the application as you normally do on Windows. 

install notepad++ with q4wine

notepad++ on Linux
     You can see Notepad++ installed successfully.

How to Uninstall Windows Applications

  • Open Q4Wine, double click on Uninstaller select Windows application which is going to uninstall and click on Modify/Remove

add/remove windows application

       That's it You are successfully uninstalled Windows Application.



No comments:

Post a Comment