How to Install PlayOnLinux 4.3.4 on Kali Linux 2024

In this article, we will examine how to set up and use PlayOnLinux 4.3.4, which allows you to run Windows-compatible software or games on a computer with Kali Linux 2024.

Installing PlayOnLinux on Kali Linux

How to Set Up PlayOnLinux 4.3.4 to Use Windows Software on Kali Linux 2024

Thanks to PlayOnLinux, you can install the applications you commonly use in Windows on your Linux computer and continue to use the programs you have mastered. PlayOnLinux software offers users a more straightforward interface by using the Wine infrastructure, so users can search for software they want to install from the software database and quickly install it on their systems.

If you are using Kali Linux and one of the other Linux distributions, you can install this software on your system correctly and install the setup files with EXE or MSI extensions.

PlayOnLinux may not support every application, so you need to check the database of applications that can be run by Wine or test the software you are going to install. Generally, you can run valuable applications on your system as it supports many applications that run on Windows.

How to Download and Install PlayOnLinux

In order to run x86 (32-bit) Windows applications on your Kali Linux computer, you need to enable 32-bit architecture. Thus, you can easily install and run both 32-bit and 64-bit applications on your system.

   Step 1

Open the terminal on your Kali PC and execute the “sudo dpkg –add-architecture i386” command to enable 32 Bit. Type your root password and press Enter.

Since Kali is based on Debian, you need to add the Debian repository address to fix some incompatibility issues and install the necessary packages. Execute the command below to add the repository address using the echo command in the terminal, and finally, update the software database with the “sudo apt update” command.

sudo dpkg --add-architecture i386
echo "deb http://deb.debian.org/debian bullseye contrib" | sudo tee -a /etc/apt/sources.list
sudo apt update

Enabling 32-Bit Architecture for Wine

Step 2

After checking the new versions of the available packages and refreshing the addresses, you need to install the necessary Wine application for PlayOnLinux on your system. You can also do this software later in the program’s settings, but to install the latest version, install both 32-bit and 64-bit versions of the Wine software on your system.

sudo apt install wine32 wine64 -y

Installing Wine32 and Wine64

Step 3

After installing Wine32 and Wine64, you now need to download the PlayOnLinux.deb package to your system. To go to the location where you will download the deb package, execute the “cd ~/Downloads” command in the terminal and then the wget command.

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

PlayOnLinux Download

Step 4

After downloading the PlayOnLinux_4.3.4.deb package, execute the command “sudo dpkg -i PlayOnLinux_4.3.4.deb” to install it. If you see that the dependent packages are not installed on your system in the terminal, as in the image below, run the “sudo apt install -f” command again to download and install these packages from the servers.

sudo dpkg -i PlayOnLinux_4.3.4.deb
sudo apt install -f -y

Installing Dependent Packages

Step 5

After installing PlayOnLinux, you can use the “playonlinux –version” command in the terminal to check its version and then the “playonlinux” command to run it. To check the version after running the program, you can open the relevant window by clicking Help / About from the tool menu.

playonlinux --version
playonlinux

Running PlayOnLinux and Check its Version

How to Install a Windows Program

After installing PlayOnLinux on Kali Linux, you can now run a Windows application on your system and start using it.

Step 1

You can use CamStudio, a Windows application, to take screen recordings of what you do on your Kali system. With this software, you can record and save screenshots of your training videos as videos.

Execute the command below in the terminal to download the screen recorder program CamStudio.exe setup file to your computer.

wget https://cs07112018.s3.us-east-2.amazonaws.com/CamStudioSetup.exe

Download CamStudio.exe

Step 2

Find PlayOnLinux in the start menu of your computer and run it.

Running the PlayOnLinux Program

Step 3

After clicking Install a program from the Actions panel, click Install a non-listed program in the window that opens.

Install a Program Not Listed

Step 4

After reading what you need to do during the installation in the window that opens, you can now select the option to remember this window and continue.

Skipping Installation Comments

Step 5

Continue after reading the notes in the window explaining the PlayOnLinux working principle.

About WineHQ with PlayOnLinux

Step 6

When the Manual Installation window opens, click Next to continue.

Manual Installation

Step 7

Since you will install a new program from the installation options, select Install a program in a new virtual drive and click Next.

Install a Program on a New Virtual Drive

Step 8

Type the name of the program you will install on behalf of the virtual drive and click Next again.

Typing the Name of the Program for the Virtual Drive

Step 9

If you plan to install the program with another version of Wine, you can select the Use Another Version of Wine option to choose one of the versions installed on your system and make this setting in the next step.

If you have installed the latest version of Wine, you do not need to set the settings here, so click Next to skip these settings and continue.

Checking the Settings Before Installation

Step 10

If the program you will install at this stage is 32-bit or 64-bit, you need to choose an architecture accordingly. Check the 32 bits Windows installation option and continue.

32 Bits Windows Installation

Step 11

Wait while Wine Prefix is being created for your 32-bit application.

Configuring Wine Prefix

Step 12

Click the Browse button to select the setup file to run, select the CamStudioSetup.exe file you downloaded to the Downloads location, and click Next.

Choosing the Exe Program

Step 13

When the CamStudio setup wizard opens, accept the license terms and click Next.

Accepting the CamStudio License Agreement

Step 14

Choose where you want to install CamStudio and click Next.

Choosing the Default Installation Location

Step 15

Leave the default CamStudio name for the start menu folder and click Next.

Configuring the Start Menu Folder Name

Step 16

Choose to create a desktop shortcut for CamStudio and continue.

Creating Desktop Shortcuts

Step 17

Confirm the installation of the MS Visual C++ 2010 Redistributable Package (x86) required for the screen capture program and complete the installation.

MS Visual C++ 2010 Redistributable Package (x86)

Step 18

Before continuing, read the developments about the program and continue.

Reading Information About the Program

Step 19

Close the CamStudio setup wizard.

Closing the Setup Wizard

Step 20

Select Recorder.exe and click Next to create a shortcut for the screen capture program by PlayOnLinux.

Creating a Shortcut for CamStudio

Step 21

Type the name of the Recorder or program for the desktop shortcut.

Editing the Shortcut Name

Step 22

Choose not to create another shortcut and close the wizard.

Skip Creating Another Shortcut

Step 23

You can run the program by double-clicking the Recorder shortcut you created on the Kali desktop location.

Running CamStudio Open Source

Step 24

When you try to use the screen capture program in Kali Linux, you can see that the screen recording is saved as AVI.

Using CamStudio

How to Uninstall PlayOnLinux from Kali Linux

If you no longer want to run Windows-compatible games or programs on your computer, you can obliterate PlayOnLinux after saving your projects.

Steps:

Step 1

To remove PlayOnLinux altogether from your system, open the terminal and execute the command “sudo apt purge –auto-remove playonlinux” and then press Y and Enter to confirm the packages are to be uninstalled.

sudo apt purge --auto-remove playonlinux

Uninstalling PlayOnLinux

Step 2

Execute the command “sudo apt purge –auto-remove wine*” in the terminal to remove the necessary Wine software for PlayOnLinux.

sudo apt purge --auto-remove wine*

Uninstalling Wine

Step 3

Finally, execute the command “sudo apt autoremove && sudo apt autoclean” in the terminal to clean the junk and residual packages from your Kali Linux system.

sudo apt autoremove && sudo apt autoclean

Cleaning Residue Packages

Video

Conclusion

As a result, PlayOnLinux 4.3.4 is an ideal option for you to run Windows software on Kali Linux 2024 system. If you follow all the steps I have created in this article, you can easily install PlayOnLinux.

As a result, you can install and run Windows programs. Thus, you can access the software you want on Linux. With this software, you gain flexibility by closing the gap between operating systems. In short, for work or entertainment, Kali Linux is an efficient way for users to run Windows software.

Add a Comment

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