With some effort, you may run Home windows functions on Linux utilizing Wine. Wine is a software you may attempt when should use an Home windows-only software on Linux.
Please observe that you CANNOT run any Home windows video games or software program with Wine. Please undergo the database of supported functions. The software program rated platinum or gold have a better probability of operating easily with Wine.
If in case you have discovered a Home windows-only software program that Wine helps effectively and now wanting to make use of it, this tutorial will enable you with the Wine set up on Ubuntu.
💡
Putting in Wine on Ubuntu
There are numerous methods to put in Wine in your system. Virtually all of the Linux distros include Wine of their package deal repository.
More often than not, the newest steady model of Wine is out there through the package deal repository.
- Set up WINE from Ubuntu’s repository (simple however will not be the newest model)
- Set up WINE from Wine’s repository (barely extra difficult however provides the newest model)
Please be affected person and observe the steps one after the other to put in and use Wine. There are a number of steps concerned right here.
🚧
Take into account that Wine installs too many packages. You will note a large record of packages and set up sizes of round 1.3 GB.

Methodology 1. Set up WINE from Ubuntu (simple)
Wine is out there in Ubuntu’s Official repositories, the place you may simply set up it. Nevertheless, the model accessible this fashion will not be the newest.
Even in case you are utilizing a 64-bit set up of Ubuntu, you’ll need so as to add 32-bit structure assist in your distro, which is able to profit you in putting in particular software program.
Kind within the instructions under:
sudo dpkg --add-architecture i386
Then set up Wine utilizing:
sudo apt replace
sudo apt set up wine
Methodology 2: Set up the newest model from Wine’s repository
Wine is one such program that receives heavy developments in a brief interval. So, it’s at all times advisable to put in the newest steady model of Wine to get extra software program assist.
First, take away any present Wine set up.
Step 1: Make certain so as to add 32-bit structure assist:
sudo dpkg --add-architecture i386
Step 2: Obtain and add the repository key:
sudo mkdir -pm755 /and so forth/apt/keyrings
sudo wget -O /and so forth/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
Step 3: Now obtain the WineHQ sources file.
🚧
For Ubuntu 23.04 Lunar Lobster, use the command under:
sudo wget -NP /and so forth/apt/sources.record.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/lunar/winehq-lunar.sources
If in case you have Ubuntu 22.04 or Linux Mint 21.X collection, use the command under:
sudo wget -NP /and so forth/apt/sources.record.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources
If you’re operating Ubuntu 20.04 or Linux Mint 20.X collection, use:
sudo wget -NP /and so forth/apt/sources.record.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
Ubuntu 18.04 or Linux Mint 19.X collection customers can use the command under so as to add the sources file:
sudo wget -NP /and so forth/apt/sources.record.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/bionic/winehq-bionic.sources
As soon as performed, replace the package deal data and set up the wine-stable package deal.
sudo apt set up --install-recommends winehq-stable
In order for you the event or staging model, use winehq-devel
or winehq-staging
respectively.
Preliminary Wine configuration
As soon as Wine is put in, run the next:
winecfg
It will create the digital C: Drive for putting in Home windows functions.

Whereas following these steps, typically, it’s possible you’ll not discover the “Open With Wine Home windows Program Loader” possibility in Nautilus right-click menu.
In that case, repair it by making a comfortable hyperlink to acceptable listing:
sudo ln -s /usr/share/doc/wine/examples/wine.desktop /usr/share/functions/
And restart your system to get the change.
Utilizing Wine to run Home windows functions
After you have put in Wine and configured it by operating winecfg
, now’s the time to put in Home windows apps.
Right here, the 7Zip.exe file is used for demonstration functions. I do know I ought to have used a greater instance, as 7Zip is out there on Linux. Nonetheless, the method stays the identical for different functions.
Firstly, obtain the 7Zip .exe file from their official downloads web page.
Now, right-click on the file and choose “Open With Wine Home windows Program Loader” possibility:

It will immediate us to put in the file. Click on Set up and let it full. As soon as performed, you may open the 7zip like every other native app.

You should use wine uninstaller
command to uninstall any put in software.
This is a devoted tutorial on utilizing Wine to run Home windows software program on Linux:
Run Home windows Purposes on Linux [Beginners Guide]
Right here’s an in depth step-by-step information with screenshots to indicate how one can run Home windows software program on Linux utilizing Wine.

Take away Wine from Ubuntu
For those who do not discover Wine fascinating or if Wine would not run the appliance you need correctly, it’s possible you’ll must uninstall Wine. To do that, observe the under steps.
Take away Wine put in by way of the Ubuntu repository
To take away wine put in by way of repositories, first run:
sudo apt take away --purge wine
Replace your package deal data:
sudo apt replace
Now, use the autoclean
command to clear the native repository of retrieved package deal information which can be just about ineffective.
sudo apt-get autoclean
sudo apt-get clear
Take away these packages which can be put in however now not required utilizing:
sudo apt autoremove
Now reboot the system.
Take away Wine put in by way of the Wine repository
Take away the put in wine-stable
package deal.
sudo apt take away --purge wine-stable
Replace your package deal data:
sudo apt replace
Now, use the autoclean
and clear
command to clear the native repository of retrieved package deal information which can be just about ineffective.
sudo apt-get autoclean
sudo apt-get clear
Now take away the sources file added earlier. Use your respective distribution folder. Right here, Ubuntu 22.04 is used.
sudo rm /and so forth/apt/sources.record.d/winehq-jammy.sources
As soon as that is eliminated, replace your system package deal data:
sudo apt replace
Optionally, take away the important thing file you had added earlier if you would like.
sudo rm /and so forth/apt/keyrings/winehq-archive.key
Now take away any residual information manually.
Nonetheless have questions on utilizing Wine?
You may additionally undergo our tutorial on utilizing Wine. It ought to reply some extra questions you might need.
Run Home windows Purposes on Linux [Beginners Guide]
Right here’s an in depth step-by-step information with screenshots to indicate how one can run Home windows software program on Linux utilizing Wine.

There is no such thing as a place higher than the Wine Venture web site. They’ve a devoted FAQ (incessantly requested questions) web page:
For those who nonetheless have questions, you may flick thru their wiki for detailed documentation or ask your doubts in their discussion board.
Alternatively, if you happen to do not thoughts spending some cash, you may go for CrossOver. It is mainly Wine however with premium assist. You can even contact their workforce to your questions.
Buy CrossOver Via the CodeWeavers Retailer Right now!
Purchase CrossOver Mac and CrossOver Linux by way of the CodeWeavers retailer. Select from 12 month and lifelong license plans. Renewals are additionally accessible for buy.

In my view, it is best to resort to Wine solely if you can’t discover a substitute for the software program you need to use. Even in that case, it isn’t assured to work with Wine.
And but, Wine gives some hope for Home windows migrants to Linux.