2013-12-01

Netflix for Linux

Followed these instructions (http://crunchbang.org/forums/viewtopic.php?pid=281492, thank Die Hard) and was able to get NetFlix working on Crunchbang, Waldorf 32-bit Debian derivative.


# 64-bit OS: Must also do these steps:
sudo dpkg --add-architecture i386

sudo geany /etc/apt/sources.list
# change line as follows, then save and exit 
ORIG: deb http://packages.crunchbang.org/waldorf waldorf main
NEW:  deb [arch=amd64,i386] http://packages.crunchbang.org/waldorf waldorf main

sudo apt-get update
sudo apt-get install libwine

# END 64-bit only pre-amble


sudo apt-add-repository ppa:ehoover/compholio

sudo geany /etc/apt/sources.list.d/ehoover-compholio-wheezy.list

# change the two lines in the file to the following & save.
deb http://ppa.launchpad.net/ehoover/compholio/ubuntu quantal main
deb-src http://ppa.launchpad.net/ehoover/compholio/ubuntu quantal main

sudo apt-get update

sudo apt-get install netflix-desktop

sudo apt-get install ttf-mscorefonts-installer

sudo echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections

netflix-desktop

No comments:

Post a Comment