Linux Mint

How to Install Wine on Linux Mint 21

It is always hard to switch from one operating system to another especially when you are a Windows user. People have a strong grip on Windows interfaces and applications. When they switch to Linux operating system, sometimes get confused about how to run required Windows applications and games developed by Microsoft on the Linux system.

Linux operating system is user-friendly that gives a couple of solutions to its beginners. When you demand to run Windows tools on Linux, you’ll be offered a Wine tool that helps to do this.

Using Wine utility, one can run Microsoft runtime applications and games on other operating systems like Linux and macOS. It comes with well-maintained packages and software libraries that can be supported by Linux systems.

Install Wine on Linux Mint 21

To install wine on Linux Mint 21 system, update the system repository to refresh all the packages up-to-date:

$ sudo apt update

Execute the mentioned Wine installation command to let it install on the Linux Mint system:

$ sudo apt install wine

Configure Wine on Linux Mint 21

Wine tool is installed successfully on our Linux Mint 21 system; let’s configure it by making use of command:

$ winecfg

Run Windows Application on Wine

Let’s check the working of the Wine application through an example on Linux Mint 21 system. Suppose, we want to run the Notepad++ application on Linux Mint 21 system.

Download the .exe file of Notepad++ from its official site by clicking on Download button:

Once you clicked, its .exe file will be added to the Downloads directory, move the working directory towards the Downloads directory through the command:

$ cd Downloads

Display the existing files on the Downloads folder using ls command:

$ ls

Now, execute the wine command with the .exe file to run notepad++ on Linux Mint 21 system:

$ wine npp.8.4.5.Installer.x64.exe

Conclusion

Wine is the tool that allows its users to run Microsoft Windows applications and games on different operating systems like Linux and macOS.

This article has described the in-depth installation process of Wine on the Linux Mint 21 system. We have further mentioned its configuration process and checked the working of wine with an example i-e installed Notepad++ using wine.

About the author

Syeda Wardah Batool

I am a Software Engineer Graduate and Self Motivated Linux writer. I also love to read latest Linux books. Moreover, in my free time, i love to read books on Personal development.