Pages

Thursday, June 12, 2014

How to Install Pipelight in Kali Linux

Pipelight: Use Silverlight in Linux browser to watch Netflix Videos and more



Kali Linux 32bit:

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

sudo pipelight-plugin --enable silverlight

Kali Linux 64bit:

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

sudo pipelight-plugin --enable silverlight

Reference from: http://pipelight.net/cms/install/installation-debian.html

15 comments:

  1. Thanks a lot, that was quite easy :)
    Netflix is working like a charm

    ReplyDelete
  2. Needed this to get testing exam questions working. Thanks much

    ReplyDelete
  3. Thanks a lot man....really work

    ReplyDelete
  4. This solution uses wine doesn't it?

    ReplyDelete
  5. You should also make a note that this won't work with newest versions of chrome, do to the lack of NPAPI support.
    The only browser I've made it work with so far, is Midori.

    ReplyDelete
  6. Confirmed working with Iceweasel. Thanks :)

    ReplyDelete
  7. Dukmb bitch nice fake ass commenbtys this shit doesnt work and no im doing nothing wrong
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    pipelight-multi : Depends: ttf-mscorefonts-installer but it is not going to be installed
    Depends: wine-staging
    E: Unable to correct problems, you have held broken packages.
    root@Brazen:~# pipelight-plugin --update
    bash: pipelight-plugin: command not found
    root@Brazen:~# ^C

    ReplyDelete
    Replies
    1. I'm having the same unmet dependencies issue. any ideas?

      Delete
  8. It is bestto compile wine with patches & pipelight on your own. It is bad to mess with Kali Linux's sources.list unless you really know what you are doing. It is the only debian variant with only 3 or 4 sources. Many people have messed up their system that way. Use: http://pipelight.net/cms/page-wine.html & http://pipelight.net/cms/install/compile-pipelight.html instead!

    ReplyDelete
  9. Doenst work with Kali2.0. Tested today.

    ReplyDelete
    Replies
    1. ditto. do you need to get wine first?

      Delete
  10. anyone who cant make this work is fuc king retarded.

    ReplyDelete
  11. For Kali Linux 2.0 users, you can make this work if you follow the code above until you get the error. You'll need to enable pipelight manually following the instructions on this website: http://pipelight.net/cms/install/installation-debian.html

    Once you've done that, then you should be good to go. There's also a firefox plugin that should take care of any bug fixes called Netflix linux fixer I believe...

    So just check those out.

    ReplyDelete
  12. Thanks for this concise tutorial!

    An extra step I had to add when I did this on my 32bit Debian 8 was change my user agent to tell NMozilla/5.0 (Macintosh; U; Intel Mac OS X 10.8; en-US; rv:1.9.1.6) Gecko/20120121 Firefox/3.5.6 Wyzo/3.5.6.1etflix I was a Mac:

    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.8; en-US; rv:1.9.1.6) Gecko/20120121 Firefox/3.5.6 Wyzo/3.5.6.1

    I hope that helps anyone still having trouble.

    ReplyDelete