Observe ZDNET: Add us as a most popular supply on Google.
ZDNET’s key takeaways
- Wine is right here that will help you run your Home windows apps on Linux.
- The event workforce provides new options with every launch.
- Some apps and video games would possibly require further configuration.
Home windows 10 has been formally sunsetted, and the system necessities challenge with Home windows 11 has led many customers to hunt options. One of the vital common options to Home windows is Linux, and its recognition continues to develop. Actually, inside two days of claiming goodbye to Home windows 10, Zorin OS had its greatest obtain interval of all time, with over 100,000 downloads of the favored OS.
However what do Home windows customers do about operating Home windows apps on the open-source working system? They flip to Wine. Wine is a compatibility layer that enables customers to run Home windows apps on Linux. As a result of many Home windows purposes lack native variations for Linux, it turned essential to create a way to run them on the open-source working system.
Additionally: Your Home windows 10 PC cannot be upgraded? You have got 5 choices earlier than help ends in 2025
Nevertheless, once you mix the prolonged listing of native purposes that customers can set up on Linux with the built-in app shops, the common package deal managers Snap and Flatpak, AppImages, and Wine, the listing of obtainable software program for Linux is very large.
Sadly, not each Home windows app can run through Wine. In the event you’re curious in regards to the apps that may, this is a searchable database that lists them, from video games to productiveness instruments and every thing in between.
Additionally: Linux will probably be unstoppable in 2026 – however one open-source legend could not survive
The excellent news is that the Wine growth workforce is all the time busy. The newest launch of Wine (model 11) consists of NTSYNC help, a unified 64-bit binary, enhanced Wayland/X11 integration, improved graphics through Vulkan/D3D12, higher gamepad/joystick help, and smoother efficiency through WoW64. You may learn your entire listing of enhancements and additions on the official Wine GitHub web page.
If you mix these options with enhancements in earlier releases, Wine turns into much more environment friendly and efficient at operating Home windows apps and video games on Linux.
So, how do you run these Home windows apps on Linux with Wine? Let’s discover out.
Learn how to run a Home windows app on Linux with Wine
What you may want: I am going to reveal the method on the most recent launch of Pop!_OS, however Wine could be put in on most Linux distributions. To put in Wine, you may want a operating Linux distribution and a person with sudo privileges. That is it.
First, log in to your Linux desktop and open a terminal window.
You probably have any 32-bit Home windows purposes it’s essential run, challenge the next command so as to add help:
sudo dpkg –add-architecture i386
You may want so as to add the official Wine GPG key. To try this, challenge the next two instructions:
sudo mkdir -p /and so on/apt/keyrings
wget -O – https://dl.winehq.org/wine-builds/winehq.key | sudo gpg –dearmor -o /and so on/apt/keyrings/winehq-archive.key
Subsequent, set up the official Wine repository with the command:
sudo wget -NP /and so on/apt/sources.listing.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources
Now you can replace apt and set up the most recent model of Wine with the command:
sudo apt-get replace
sudo apt-get set up –install-recommends winehq-stable -y
Additionally, you will want to put in Winetricks, which could be accomplished with the command:
sudo apt-get set up winetricks -y
In the event you’re operating Fedora, it’s important to set up Winetricks manually, which could be accomplished with the next command:
wget https://uncooked.githubusercontent.com/Winetricks/winetricks/grasp/src/winetricks && chmod +x winetricks && sudo mv winetricks /usr/native/bin/
Run the Winetricks app, which is able to mechanically create the mandatory directories for you, with the command beneath:
winetricks
Within the ensuing window, click on “Choose the default wineprefix” and click on OK. Within the subsequent window, choose “Run winecfg” and click on OK. You may then configure the model of Home windows for Wine to imitate by deciding on the choice from the Home windows Model dropdown and clicking OK:
Winetricks makes it simple to configure a number of Wine choices.
Screenshot by Jack Wallen/ZDNET
Winetricks additionally lets you handle a number of different choices, reminiscent of putting in DLLs, fonts, and extra.
Additionally: My 11 favourite Linux distributions of all time, ranked
At this level, although, you’ll be able to shut the window and put together to put in your first Home windows app.
Putting in a Home windows app with Wine
I am going to present you how one can set up the Notepad++ Home windows app with Wine’s assist.
First, obtain the Home windows installer for the app and reserve it in your Downloads listing. Then, open your terminal window and alter into the Downloads listing with the command cd ~/Downloads.
Additionally: Rust turns 10: How a damaged elevator modified software program perpetually
Run the Notepad++ installer with the command wine npp.*.exe. Lastly, the Home windows set up wizard will open, the place you’ll be able to click on your method to success. In the event you obtain an error that 32-bit help is lacking, you’ll be able to run the next command to repair the error:
sudo dpkg –add-architecture i386 && sudo apt-get replace && sudo apt-get set up wine32
Putting in a Home windows app on Linux is straightforward with Wine.
Screenshot by Jack Wallen/ZDNET
As soon as the set up completes, you may discover the Notepad++ launcher in your desktop menu.
Putting in a Home windows app with Winetricks
One other cool trick up Wine’s sleeve is the flexibility to put in a Home windows app straight from inside Winetricks.
In the event you run the Winetricks app, which might now be launched out of your desktop menu, and choose “Set up an software,” you may be greeted with a listing of purposes which you can set up straight from the GUI.
Additionally: 5 causes to change to an immutable Linux distro at the moment – and which to strive first
This methodology will mechanically obtain and run the mandatory installer file after which open the set up wizard to finish the method:
Winetricks lets you set up purposes.
Screenshot by Jack Wallen/ZDNET
Additional configuration is perhaps wanted
Notepad++ is an easy app to put in utilizing Wine. Nevertheless, some apps (particularly video games) would possibly require additional configuration. If that challenge happens, re-run the Winetricks app to appropriate the configurations.
The quantity of labor wanted will rely upon the app you need to set up. If putting in a Home windows app through Wine produces errors, you would possibly must analysis the configurations for that exact app.
Additionally: Wish to save your ageing laptop? Strive these 5 Linux distributions
Even with these potential points, putting in supported Home windows apps on Linux with Wine is significantly simpler than you would possibly assume. In case your laptop presently runs Home windows 10 and will not run Home windows 11, why not set up one of many many Linux distributions on the machine and proceed utilizing it for years to return?

