Thursday, 3 December 2020

Configure and use Wine in Ubuntu 20.04.

 Recently I updated my Ubuntu 18.04 to 20.04. And I had already installed the Wine from Ubuntu software. After some time I tried to install a .exe file but I was unable to find Wine in my application list.



After a search on web, I found that the Wine can only be configured and launched from terminal only in Ubuntu 20.04. So after installing Wine -
  • If you have installed Wine only then type the command on the terminal to configure Wine
            winecfg
  • And if you have installed Wine (Development Version) the use command on the terminal to configure Wine
            winecfg-development        

You will get the configuration screen of Wine like this-


After configuring Wine, you will be able to launch any .exe file using the command.

wine filename.exe









No comments:

Post a Comment

Change image source dynamically on hyperlink

 Changing image source dynamically using JQuery. Here in this example I have created there hyperlink and stored all images in the same folde...