playonlinux-pkg command not found

In this troubleshooting guide we learn how to fix playonlinux-pkg command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

playonlinux-pkg: command not found

or when using sudo you get the following error message

sudo: playonlinux-pkg: command not found

Solutions to playonlinux-pkg: command not found

How To Fix playonlinux-pkg: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu playonlinux-pkg is provided by playonlinux package.

playonlinux is:

PlayOnLinux is a front-end for wine. It permits you to easily install Windows Games and software on Linux. It is advised to have a functional internet connection.

To fix this problem, we can install more using the command below.

sudo apt-get -y install playonlinux

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install playonlinux.

sudo apt -y install playonlinux

Or if you have aptitude installed you can use the following command.

sudo aptitude install playonlinux

Summary

In this tutorial we learn how to fix playonlinux-pkg command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.