How to install Wine on Pop OS Linux distro

Simple steps to install Wine HQ on Pop OS distro to install various Windows 10 or 7 applications on Linux using the command terminal…

Pop OS which is based on Ubuntu’s latest version is one of the popular Linux distros for Pc and laptop systems. It is one of the good options to switch from Windows to Linux, however, the one thing which will be a problem is the unavailability of Windows applications for Linux. And here comes a Windows binary runner open-source application called WineHQ.

Although the Wine has its own limitation because it cannot run all modern or old Windows applications, yet, enough to use lightweight Win software on Linux.

Install Wine on Pop OS Linux

The steps given here are not only applicable to the latest Pop OS that is based on Ubuntu 20.10 but also work on Ubuntu 20.04/18.04 LTS including Linux Mint, Elementary, and other similar Linux distros.

1. Open a command terminal

Click on the Activities option from the Gnome panel of the Pop OS and select the terminal icon given on the Dash’s dock.  The key reason for using the command line is, on Linux, it is really easy to install most of the program using the package manager then going through the different websites or software in the APP center.

Run system update command

To ensure that all the packages installed on our Pop OS are up to date and to force the APT package manager to rebuild the repo cache, run the system update command…

sudo apt update

 

Install Wine HQ on Pop OS

To install Wine on Pop OS or Ubuntu’s latest versions we don’t need to add any kind of repository, all packages are available in the official repository. Thus, run:

sudo apt install wine

 

Configure Wine

Once the installation is completed, let’s open the Wine configuration window to see what we can perform there…

In the command terminal run:

winecfg

Now, you can select which version of Windows you want to set for Wine, by default it will be Windows 7. I recommend leaving that as it is because there are many applications that are best compatible with Windows 7.

Install Wine on Pop OS

If you have just attached some internet drive, USB, or external hard disk then to integrate that in Wine, select the Drives Tab and click on the Auto Detect button.

Add drives in Wine

How to install Window application using Wine

Now, if you want to install some app using Wine just say Adobe reader, then first download it or if you already have its setup then simply type wine command with the path where that application has been saved.

For example, if my adobe reader is in the Downloads folder then the command will be:

Command syntax: wine filename.exe

Example: 

wine /Downloads/adobe-reader.exe

To know more about it you can see our tutorial- how to install Adobe Reader on Ubuntu or Pop OS

 

 

1 thought on “How to install Wine on Pop OS Linux distro”

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.