How-to Enable Pipelight Apt Repo on Debian Wheezy 7 Linux

The Tip Show How-to Enable the Pipelight Apt Repo for Debian 7 Wheezy OS Systems.

  1. Open a Command Line Terminal Window
  2. Add Pipelight Apt GPG Key for Debian Wheezy
    wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/Release.key
    sudo apt-key add Release.key
  3. Enabling Debian Apt Contrib

    sudo nano /etc/apt/sources.list

    Append “contrib” to the End of Lines Beginning for “deb” and “deb-src”.

    For Instance:

    deb http://ftp.de.debian.org/debian/ wheezy main contrib

    Ctrl+x to Save and Exit. 🙂

  4. Enable Pipelight Apt Repo for Debian Wheezy
    su -c "echo 'deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./' > /etc/apt/sources.list.d/pipelight.list"
    sudo apt-get update