I installed netflix-desktop
on my system running Ubuntu 12.04, and the app simply wouldn't launch. I removed it with these instructions here. I also ran these commands to clear out any settings:
rm -Rf ~/.wine-browser
and rm -Rf ~/.netflix-desktop
.
I tried to reinstall with the instructions here, but I received the following error message:
sudo apt-get install netflix-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package netflix-desktop is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
wine-browser-installer
E: Package 'netflix-desktop' has no installation candidate
I also tried installing wine-browser-installer, and that didn't work. Any suggestions?
ls -l /etc/apt/sources.list.d/ehoover*
output anything? This is just to make sure that the PPA was added successfully. – Alaa Ali Aug 20 '13 at 05:22