Installing Netflix on Antix 13 (released)
If you want netflix installed on antiX 13, here are the steps you need to follow. Please note that this will consume several hundred MB of data storage and may not be appropriate for older hardware. Your mileage may vary.
This assumes that you are using antiX 13 final release and the default wheezy repos.
***This will not work with the Jesse/Testing repos***
For ease of use, use the command line.
all as root
1.
Code: Select all
# apt-get update
Code: Select all
#netflix
deb http://ppa.launchpad.net/ehoover/compholio/ubuntu oneiric main
#iceweasel-release
deb http://mozilla.debian.net/ wheezy-backports iceweasel-release
Code: Select all
#apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 1F691896
Code: Select all
# apt-get update
Code: Select all
dpkg --add-architecture i386
Code: Select all
# apt-get update
Code: Select all
#apt-get install ttf-mscorefonts-installer
Code: Select all
sh -c"echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections"
10. Now the netflix-desktop package
Code: Select all
apt-get install netflix-desktop
12. as regular user, run netflix-desktop from terminal. It will continue to download various packages, including a windows vesion of firefox, silverlight, and some mono packages.
13. you can cancel at the point when it requests to install gecko packages. Netflix should launch when finished. I've noticed that it sometimes times-out before the page loads, especially on time warner dns servers. Its just a full-screen browser window and you can use F11 to reduce it to a normal window. cntrl-L brings up the open website dialog if you wish.
14. when finished, apt-get install libwine-gecko-1.4 just to be safe.
Code: Select all
#apt-get install libwine-gecko-1.4
***edit to vastly simplify the process***