I was trying to install playonlinux by terminal on my Ubuntu 16.04 LTS but there is no commands for that version of Ubuntu (at least I didn't find them).
So I was wondering if somebody can help me.
12 Answers
You can simply run command
sudo apt update
sudo apt install playonlinuxfor installation. There is no need for PPA.
To update to the latest version, it needs to download .deb file.
3At 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/appsThen update your package list,
sudo apt-get updateAnd then installation,
sudo apt-get install playonlinuxThis will install several libraries which are needed for
wineas well asplayonlinux. Installation of this is big >580 MB. It may take some time for installation.