Setting Up Repo
-
Setting Up PlayOnLinux Apt Repository.
-
For Debian Stretch & Buster
(And at this Time like that also for All the Stable/Testing/Unstable Based Systems)
First, Import the GPG Key with:su -c 'wget -q "http://deb.playonlinux.com/public.gpg" -O- | apt-key add -'
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)
And then Add the Repo:su -c 'wget http://deb.playonlinux.com/playonlinux_stretch.list -O /etc/apt/sources.list.d/playonlinux.list'
-
Instead, for Debian Jessie
Proceed like:su -c 'wget -q "http://deb.playonlinux.com/public.gpg" -O- | apt-key add -'
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)
su -c 'wget http://deb.playonlinux.com/playonlinux_jessie.list -O /etc/apt/sources.list.d/playonlinux.list'
-
Finally, for Debian Wheezy
Do:su -c 'wget -q "http://deb.playonlinux.com/public.gpg" -O- | apt-key add -'
(For the Newer Release in case of apt-key Issue see: Gpg.d Keyring Setup Guide.)
su -c 'wget http://deb.playonlinux.com/playonlinux_wheezy.list -O /etc/apt/sources.list.d/playonlinux.list'
-
-
Now Refresh the Apt Sources
This to Re-Load the Repos List:sudo apt-get update
-
How to Install PlayOnLinux for Debian
Contents