Hello Linux Geeksters. As you may know, Pipelight is a browser plugin which enables the use of Microsoft’s close-source Silverlight, in order to have access at video streaming services, like Netflix, for example.

Pipelight needs both a Linux library and a Windows file called pluginloader.exe, that loads the Silverlight DLLs via Wine. Many popular television services, including Netflix can be watched only via Silverlight / Pipelight, so this workaround is quite useful.
The latest version available is Pipelight 0.2.7, which has been recently released, with support for Shockware 12.1.1.151, Flash 13.0.0.214, updates for the the Unity 3D plugin Adobereader, FoxitReader and the Roblox plugin, got a system-check utility that verifies if the installation is correct, got fixes so that Firefox does not detect the wrong plugin versions, added experimental support for the TrianglePlayer plugin, etc. For more information, see the changelog.
In this article I will show you how to install Pipelight 0.2.7 on Debian Wheezy, Debian Sid, Debian Jessie and SteamOS.
Follow the instructions for your system and architecture exactly, in order to get a successful installation.
How to install Pipelight 0.2.7 on Debian Wheezy:
Instructions for 32 bit systems:
$ sudo sh -c 'echo "deb http://ftp.de.debian.org/debian/ wheezy main contrib" >> /etc/apt/sources.list'
$ sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./" >> /etc/apt/sources.list'
$ wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/Release.key
$ sudo apt-key add Release.key
$ apt-get update
$ apt-get install pipelight-multi
$ pipelight-plugin --update
Enable Silverlight:
$ sudo pipelight-plugin --enable silverlight
Instructions for 64 bit systems:
$ sudo dpkg --add-architecture i386
$ sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./" >> /etc/apt/sources.list'
$ wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/Release.key
$ sudo apt-key add Release.key
$ apt-get update
$ apt-get install pipelight-multi
$ pipelight-plugin --update
Enable Silverlight:
$ sudo pipelight-plugin --enable silverlight
How to install Pipelight 0.2.7 on Debian Jessie:
Instructions for 32 bit systems:
$ sudo sh -c 'echo "deb http://ftp.de.debian.org/debian/ jessie main contrib" >> /etc/apt/sources.list'
$ sudo sh -c 'echo "deb http://repos.fds-team.de/stable/debian/ jessie main" >> /etc/apt/sources.list'
$ wget http://repos.fds-team.de/Release.key
$ sudo apt-key add Release.key
$ apt-get update
$ apt-get install pipelight-multi
$ pipelight-plugin --update
Enable Silverlight:
$ sudo pipelight-plugin --enable silverlight
Instructions for 64 bit systems:
$ sudo dpkg --add-architecture i386
$ sudo sh -c 'echo "deb http://ftp.de.debian.org/debian/ jessie main contrib" >> /etc/apt/sources.list'
$ sudo sh -c 'echo "deb http://repos.fds-team.de/stable/debian/ jessie main" >> /etc/apt/sources.list'
$ wget http://repos.fds-team.de/Release.key
$ sudo apt-key add Release.key
$ apt-get update
$ apt-get install pipelight-multi
$ pipelight-plugin --update
Enable Silverlight:
$ sudo pipelight-plugin --enable silverlight
How to install Pipelight 0.2.7 on Debian Sid:
Instructions for 32 bit systems:
$ sudo sh -c 'echo "deb http://ftp.de.debian.org/debian/ sid main contrib" >> /etc/apt/sources.list'
$ sudo sh -c 'echo "deb http://repos.fds-team.de/stable/debian/ sid main" >> /etc/apt/sources.list'
$ wget http://repos.fds-team.de/Release.key
$ sudo apt-key add Release.key
$ apt-get update
$ apt-get install pipelight-multi
$ pipelight-plugin --update
Enable Silverlight:
$ sudo pipelight-plugin --enable silverlight
Instructions for 64 bit systems:
$ sudo dpkg --add-architecture i386
$ sudo sh -c 'echo "deb http://ftp.de.debian.org/debian/ sid main contrib" >> /etc/apt/sources.list'
$ sudo sh -c 'echo "deb http://repos.fds-team.de/stable/debian/ sid main" >> /etc/apt/sources.list'
$ wget http://repos.fds-team.de/Release.key
$ sudo apt-key add Release.key
$ apt-get update
$ apt-get install pipelight-multi
$ pipelight-plugin --update
Enable Silverlight:
$ sudo pipelight-plugin --enable silverlight
How to install Pipelight 0.2.7 on SteamOS:
Instructions for 32 bit systems:
$ wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/SteamOS/Release.key
$ sudo apt-key add Release.key
$ echo "deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/SteamOS/ ./" | sudo tee /etc/apt/sources.list.d/pipelight.list
$ sudo apt-get update
$ sudo apt-get -o Dpkg::Options::="--force-overwrite" install pipelight-multi
$ sudo pipelight-plugin --update
Enable Silverlight:
$ sudo pipelight-plugin --enable silverlight
Instructions for 64 bit systems:
$ sudo dpkg --add-architecture i386
$ wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/SteamOS/Release.key
$ sudo apt-key add Release.key
$ echo "deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/SteamOS/ ./" | sudo tee /etc/apt/sources.list.d/pipelight.list
$ sudo apt-get update
$ sudo apt-get -o Dpkg::Options::="--force-overwrite" install pipelight-multi
$ sudo pipelight-plugin --update
Enable Silverlight:
$ sudo pipelight-plugin --enable silverlight