Linux has come a long way now, it has a variety of apps and software to support various use cases. But still, you might sometimes need to run Windows applications. As not every Windows apps or its alternative is available for Linux.
Programs for Windows are released with EXE file extension. Originally EXE files were meant to run only on Windows operating systems. But as a Linux user, one might still need to use Windows apps for using certain apps. That’s why Wine is there, it is a program that you can use to run EXE files on Linux.
Wine is not a emulator, but instead its a combability layer. This layers allows users to use application and games developed for Windows to run on Linux and Unix like systems.
Instead of simulating internal Windows logic as a virtual machine or an emulator does, Wine translates Windows API calls into POSIX calls on-the-fly. This offers better performance as compared to emulating. With recent updates performance is also becoming somewhat similar to using the app in the Windows operating system.
Wine now comes preinstalled with some Linux distros. If you don’t have it already preinstalled you can install it with the command below.
sudo apt-get install wine
Now after installation of Wine just double click on the Windows application(.exe) file. This should start the installation of application like it would do in Windows.
But if this doesn’t happen then navigate to the directory and open a terminal there. Or open a terminal and change the directory to the directory where the EXE application is present. Then execute the command below.
wine name_of_application.exe
This should start the installation of Windows application. Enjoy using your favorite applications on Linux.
By this method, you can run Windows Exe files on Linux. If you want you can also play Windows games on Linux using wine. Although if you are serious about Gaming on Linux then you need to look at Proton as it supports more then 6500 Windows games on Linux.
You can utilize a wide range of tools as a Linux user to keep organized, manage your time, and become… Read More
Have you ever caught yourself in a situation where you need details of an audio/ video media file? When you… Read More
If you have installed Linux alongside windows in the dual boot you might have noticed that every time you boot… Read More
Linux kernel is like the core of the operating system. It's a piece of software that works as a middle… Read More
Nowadays, most Linux Distros already have Python preinstalled. But you might have a distribution that might not have Python preinstalled.… Read More
Python is one of the most popular and easy to learn programming languages. Its a widely used high-level programming language… Read More
Just so that you know we use cookies on our website. Want to know more
read here