How to Install PlayOnLinux 4.3.4 on Ubuntu 22.04

In this article, we will examine how to set up and use PlayOnLinux 4.3.4, which acts as an interface to the Wine infrastructure so that you can run Windows-based Exe programs in the Ubuntu 22.04 (Jammy Jellyfish) operating system.

How to Install PlayOnLinux 4.3.4 on Ubuntu 22.04

How to Set Up and Use PlayOnLinux 4.3.4 to Run Windows Program in Ubuntu 22.04 LTS Distribution

PlayOnLinux, as can be understood from its name, is a front-end program that allows you to run a Windows-based Exe program or game on Linux platforms and is designed by considering the Wine software infrastructure.

This software was designed for Linux systems only, but additionally, PlayOnMac and PlayOnBSD versions were developed for macOS and FreeBSD systems.

Linux operating system users can run programs such as Microsoft Office, Internet Explorer, Opera, Google Chrome, Mozilla Firefox, Safari, and iTunes on their computers with PlayOnLinux.

Properties

PlayOnLinux is a software developed for free using Bash and Python. The most basic feature of this software is that it does not need a Windows operating system license.

Thanks to this software, which was developed as an interface to the Wine software and includes a simple user interface, users can easily set up the program from the user interface without writing any code.

The only downside is that it doesn’t support some programs besides being able to install programs and games from the software store. Therefore, it may be necessary to manually install unsupported programs or games.

On Which Systems Does It Work?

This software runs on many Linux-based systems. For example; You can use PlayOnLinux on Linux distributions such as Ubuntu, Debian, Linux Mint, Fedora, CentOS, OpenSUSE, and RedHat.

How to Download It?

To download the program, you can visit the official website by clicking on the link https://www.playonlinux.com/en/download.html and browse the installation guides. In addition, you can install the program both with the .deb extension package and via the terminal.

How to Download and Build PlayOnLinux

If you want to run the latest version of this software, which can run on many Linux distributions, on your Ubuntu computer, you may first need to configure the repository address.

   Step 1

In order to run this software version 4.3.4 on Ubuntu 22.04, you need to add the impish address to your system’s repo list. Otherwise, you will not be able to download some dependent packages and complete the installation during the installation phase.

Open terminal by pressing CTRL + ALT + T and execute the “echo “deb http://archive.ubuntu.com/ubuntu/ impish main” | sudo tee -a /etc/apt/sources.list” command to add repo address .

echo "deb http://archive.ubuntu.com/ubuntu/ impish main" | sudo tee -a /etc/apt/sources.list

Adding a Repository Address

   Step 2

Execute the “sudo apt update” command in terminal to update Ubuntu repository software list.

sudo apt update

Updating the Repository List

   Step 3

You can see the installation packages for various Linux distributions on the official website of the program. If you are using a different Linux distribution, you need to download the relevant package.

Execute the command below in the terminal to download the appropriate package so that you can run Windows programs in Ubuntu.

wget https://www.playonlinux.com/script_files/PlayOnLinux/4.3.4/PlayOnLinux_4.3.4.deb

Downloading PlayOnLinux

   Step 4

To install the PlayOnLinux_4.3.4.deb package you downloaded, execute the command below in the terminal.

sudo dpkg -i PlayOnLinux_4.3.4.deb

Installing PlayOnLinux

   Step 5

When you try to install the deb package, you may find that the dependent packages are not installed on your system. Execute the “sudo apt install -f” command in the terminal to download and install these packages.

sudo apt install -f

Downloading and Installing Dependent Packages

   Step 6

After checking the dependent packages, press Y and Enter to confirm the additional disk space usage of 934 MB.

Confirming Packages to Install

   Step 7

After installing the dependent packages, you can check the version of the program using the command below in the terminal and use the “playonlinux” command to run it.

playonlinux --version

Checking the Version and Starting the Program

   Step 8

You can check that you have installed the latest version by clicking the Help / About option from the tool menu of the program.

Run Windows Programs on Linux

How to Install a Windows Program

After installing PlayOnLinux on Ubuntu, you can start installing a Windows-based exe program on your system.

   Step 1

Open the PlayOnLinux program and click Install a Program under Actions.

Installing Notepad Plus Plus

   Step 2

In the information window explaining what you need to do during the installation, check the Don’t remind me anymore option and click Next.

Reading Comments During Installation

   Step 3

In order not to display the window stating that the PlayOnLinux software is not related to WineHQ again, select the same option and click Next again.

PlayOnLinux is not related to WineHQ

   Step 4

When the installation wizard opens, after checking where the program will be installed and by whom it was developed, click Next.

Setup Wizard

   Step 5

Wait while the Wine software is downloaded, which provides the infrastructure to run Windows programs.

Downloading Wine

   Step 6

After installing Wine, install Mono and Gecko packages.

Installing Wine Mono and Wine Gecko

   Step 7

Accept the license agreement for Microsoft fonts and click Next.

Accepting the Microsoft Fonts License Agreement

   Step 8

You can use the exe setup file you downloaded from the Notepad website to your computer, or you can choose to download the program from the Internet. At this stage, select Download the Program and click Next to download the Notepad application from the Internet.

Download Notepad Program

   Step 9

When the Notepad Plus Plus installation wizard starts, select the language of the program and click OK.

Selecting Notepad Language

   Step 10

Continue by clicking Next in the window that reports you to close all applications before starting the installation.

Continuing the Setup Wizard

   Step 11

Accept the license agreement of the Notepad program and continue.

Accepting the License Agreement

   Step 12

Do not change the installation location and click Next.

Configuring the Installation Directory

   Step 13

Configure the components of the Notepad application that you do not want to install and click Next.

Selecting Components

   Step 14

Choose to create a shortcut for Notepad in your Ubuntu desktop location and click Next.

Creating a Desktop Shortcut

   Step 15

After completing the installation of the note-taking application, click Finish.

Running Notepad

   Step 16

You can check the version of the program in Help / About and start saving your notes easily on your Linux PC.

Checking the Version of the Notes App

How to Uninstall a Windows Program

You can easily remove a Windows software that you have installed on your Linux computer by selecting it from the program’s interface.

   Step 1

Select the Notepad software and then click Remove from the tool menu to open Uninstaller.

Uninstalling a Windows Program

   Step 2

Click Yes to confirm that you want to delete the virtual drive created in the Uninstaller window.

PlayOnLinux Uninstaller

   Step 3

After you have successfully uninstalled the program from your Linux PC, click Next to close the wizard.

Notepad Removed Successfully

How to Uninstall PlayOnLinux

If you don’t want to use Windows applications on your Linux computer anymore, you can easily remove the program you installed and all the packages connected to it from your system.

   Step 1

To uninstall PlayOnLinux, execute the command below in the terminal and continue by typing your root password.

sudo apt purge --auto-remove playonlinux

Uninstalling PlayOnLinux

   Step 2

Press Y and Enter to confirm deleting all dependent packages with a size of 857 MB and wait for the process to complete.

Confirming Packages to be Deleted

   Video

Installing Old Versions

Ubuntu | PoL Version
YouTube Video
Slide
17.10 | 4.2.12
18.04 | 4.2.12
22.04 | 4.3.4 (NEW)

 

   Related Articles


How to Build Wine on Ubuntu
How to Delete Undeletable File on Linux PC
How to Use SecureCRT
How to Update Programs in Ubuntu
How to Run Chrome on Ubuntu

Add a Comment

Your email address will not be published. Required fields are marked *