How to install PlayOnLinux on Ubuntu 16.04
Solution 1:
You can simply run command
sudo apt update
sudo apt install playonlinux
for installation. There is no need for PPA.
To update to the latest version, it needs to download .deb file.
Solution 2:
At the time of writing this post, the application is provided by noobslab.com for 16.04 version.
-
Add the repository by using the following in the terminal,
sudo add-apt-repository ppa:noobslab/apps
-
Then update your package list,
sudo apt-get update
-
And then installation,
sudo apt-get install playonlinux
This will install several libraries which are needed for
wine
as well asplayonlinux
. Installation of this is big >580 MB. It may take some time for installation.