The Tip Show How-to Enable the Pipelight Apt Repo for Debian 7 Wheezy OS Systems.
- Open a Command Line Terminal Window
- 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
-
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. 🙂
- 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