This post explains how to install application PlayOnLinux on Linux distribution Ubuntu.
These instructions corresponds to Ubuntu 16.04 LTS. I guess that instructions will be similar in other distributions.
Steps to install PlayOnLinux on Ubuntu Linux
Steps:
- Add PlayOnLinux repository
- Add signature
- Update installation sources
- Install PlayOnLinux
- Run PlayOnLinux
1. Add PlayOnLinux repository:
- Open the Ubuntu Software Centre > Edit > Software Sources > Other Software > Add.
- In APT line, type the following (replace “precise” with your distro, e.g. “lucid”, if you have an earlier version):
deb http://deb.playonlinux.com/ precise main
- Press Add Source.
2. Add signature
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
This step was missing in some tutorials I checked.
3. Update installation sources
Run this command from terminal:
sudo apt-get update
4. Install PlayOnLinux
Run this command from terminal:
sudo apt-get install playonlinux
Type ‘Y’ when asked.
5. Run PlayOnLinux
Go to Ubuntu Start > Type “playonlinux” and click on the PlayOnLinux icon.
You might also be interested in…
External References
- https://help.ubuntu.com/community/PlayOnLinux
- https://www.playonlinux.com/en/download.html