How to Add PlayOnLinux Repository for Debian-Based OSes

April 14, 2019 | By the+gnu+linux+evangelist.

Setting Up Repo

  1. 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'
  2. Now Refresh the Apt Sources
    This to Re-Load the Repos List:

    sudo apt-get update
  3. How to Install PlayOnLinux for Debian

    PlayOnLinux Debian Installation Guide

Contents


QuickChic Theme • Powered by WordPress