The forum

Deb file or code?

Author Replies
Sky90po Tuesday 28 January 2014 at 0:01
Sky90poAnonymous

Which one to use for installation of POL?

Code==> wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux


or just download PlayOnLinux_4.2.2.deb
both from :
http://www.playonmac.com/en/download.html


I using Ubuntu 12.04 lts.

Edited by Sky90po

horsemanoffaith Tuesday 28 January 2014 at 6:52
horsemanoffaithAnonymous

Either will work. I would suggest using the code through the terminal, if you feel comfortable with it. You can download and install the .deb file, but it will launch the Software Center program, which I find to be much slower than the command line.