How-to Enable Pipelight Apt Repo for Debian 8-Jessie/9-Sid Linux

The Tip Show How-to Enable the Pipelight Apt Repo for Debian 8-Jessie/9-Sid OS Systems.

  1. Open a Command Line Terminal Window
  2. Add Pipelight Apt GPG Key for Debian Wheezy
    wget http://repos.fds-team.de/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. Enabling Pipelight Apt Repo for Debian:

    For Jessie:

    su -c "echo 'deb http://repos.fds-team.de/stable/debian/ jessie main' > /etc/apt/sources.list.d/pipelight.list"

    For Sid:

    su -c "echo 'deb http://repos.fds-team.de/stable/debian/ sid main' > /etc/apt/sources.list.d/pipelight.list"

    Then:

    sudo apt-get update