
Comply with 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 crew provides new options with every launch.
- Some apps and video games may require additional configuration.
Home windows 10 has been formally sunsetted, and the system necessities concern with Home windows 11 has led many customers to hunt alternate options. Probably the most common alternate options to Home windows is Linux, and its recognition continues to develop. In reality, inside two days of claiming goodbye to Home windows 10, Zorin OS had its largest obtain interval of all time, with over 100,000 downloads of the favored OS.
However what do Home windows customers do about working Home windows apps on the open-source working system? They flip to Wine. Wine is a compatibility layer that permits customers to run Home windows apps on Linux. As a result of many Home windows purposes lack native variations for Linux, it grew to become 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, whenever you mix the prolonged record 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 record of accessible software program for Linux is very large.
Sadly, not each Home windows app can run through Wine. When 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 all the pieces in between.
Additionally: Linux can be unstoppable in 2026 – however one open-source legend could not survive
The excellent news is that the Wine growth crew is at all times busy. The newest launch of Wine (model 11) contains 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 the complete record of enhancements and additions on the official Wine GitHub web page.
Whenever you mix these options with enhancements in earlier releases, Wine turns into much more environment friendly and efficient at working 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.
The best way to run a Home windows app on Linux with Wine
What you may want: I will reveal the method on the most recent launch of Pop!_OS, however Wine might be put in on most Linux distributions. To put in Wine, you may want a working Linux distribution and a consumer with sudo privileges. That is it.
First, log in to your Linux desktop and open a terminal window.
Present extra
If in case you have any 32-bit Home windows purposes you want to run, concern the next command so as to add help:
Present extra
sudo dpkg –add-architecture i386
You may want so as to add the official Wine GPG key. To do this, concern the next two instructions:
Present extra
sudo mkdir -p /and so forth/apt/keyrings
wget -O – https://dl.winehq.org/wine-builds/winehq.key | sudo gpg –dearmor -o /and so forth/apt/keyrings/winehq-archive.key
Subsequent, set up the official Wine repository with the command:
Present extra
sudo wget -NP /and so forth/apt/sources.record.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:
Present extra
sudo apt-get replace
sudo apt-get set up –install-recommends winehq-stable -y
Additionally, you will want to put in Winetricks, which might be completed with the command:
sudo apt-get set up winetricks -y
When you’re working Fedora, it’s a must to set up Winetricks manually, which might be completed 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 can robotically create the required directories for you, with the command under:
Present extra
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 choosing 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, resembling putting in DLLs, fonts, and extra.
Additionally: My 11 favourite Linux distributions of all time, ranked
At this level, although, you may shut the window and put together to put in your first Home windows app.
Putting in a Home windows app with Wine
I will present you the right way to set up the Notepad++ Home windows app with Wine’s assist.
First, obtain the Home windows installer for the app and put it aside 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 may click on your solution to success. When you obtain an error that 32-bit help is lacking, you may 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.
When you run the Winetricks app, which might now be launched out of your desktop menu, and choose “Set up an utility,” you may be greeted with a listing of purposes which you can set up straight from the GUI.
Additionally: 5 causes to modify to an immutable Linux distro right now – and which to attempt first
This technique will robotically obtain and run the required 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 a straightforward app to put in utilizing Wine. Nevertheless, some apps (particularly video games) may require additional configuration. If that concern happens, re-run the Winetricks app to right the configurations.
The quantity of labor wanted will depend upon the app you wish to set up. If putting in a Home windows app through Wine produces errors, you may must analysis the configurations for that exact app.
Additionally: Wish to save your ageing pc? Attempt these 5 Linux distributions
Even with these potential points, putting in supported Home windows apps on Linux with Wine is significantly simpler than you may assume. In case your pc at the moment 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?

























