Error "E: Unable to locate package netflix-desktop" on Ubuntu 15.10

Asked by Everton

Hello,

I`m trying to install Netflix desktop, but got issues issues. What I've done:

sudo apt-add-repository ppa:pipelight/stable -y && sudo apt-get update && sudo apt-get install pipelight-multi -y

sudo pipelight-plugin --enable silverlight

sudo apt-add-repository ppa:ehoover/compholio

sudo apt-get update

I got success in all the steps above, but when I try to get the netflix-desktop package, I get the message:

$ sudo apt-get install netflix-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package netflix-desktop

I'm running Kubuntu 15.10 and I think this is the issue here. I had a look at the repository https://launchpad.net/~ehoover/+archive/ubuntu/compholio and did not found the version 15.10... The latest one is the 15.04.

I can watch Netflix with Chrome (Silverlight is running), but I REALLY prefer the desktop App.

How can I install it? Do you intend to add the package for Ubuntu 15.10 in the list?

Thank you very much,

Everton

Question information

Language:
English Edit question
Status:
Expired
For:
Netflix Desktop Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Erich E. Hoover (ehoover) said :
#1

I've pushed an Ubuntu 15.10 build using the same code as for previous Ubuntu releases, please give it a try and see if it works.

Revision history for this message
Everton (evertonpr) said :
#2

Hello Erich,

Thank you very much for your reply.

Now I could start the installation (the package is found), but I got other errors and the installation was not successful.

When I try to open Netflix Desktop, nothing happens.

After a while, it appears in my desktop a message saying about a failure when downloading additional data. I choose the option to download and install these packages, but the error happens again.

Follows the log:

wine-browser-installer: downloading http://download.mozilla.org/?product=firefox-22.0&os=win&lang=en-US
Get:1 http://download.mozilla.org/?product=firefox-22.0&os=win&lang=en-US [21,8 MB]
Fetched 21,8 MB in 35s (621 kB/s)

Silverlight is provided by Microsoft in unmodified form only, you may not redistribute the software.

Everything downloaded and installed.
Traceback (most recent call last):
  File "/usr/lib/update-notifier/package-data-downloader", line 260, in process_download_requests
    os.remove(f)
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/update-notifier/package-data-downloads/partial/?product=firefox-22.0&os=win&lang=en-US'
wine-silverlight5.1-installer: downloading http://download.microsoft.com/download/F/8/C/F8C0EACB-92D0-4722-9B18-965DD2A681E9/30514.00/Silverlight.exe
Get:1 http://download.microsoft.com/download/F/8/C/F8C0EACB-92D0-4722-9B18-965DD2A681E9/30514.00/Silverlight.exe [6.958 kB]
Fetched 6.958 kB in 12s (553 kB/s)
Everything downloaded and installed.
Traceback (most recent call last):
  File "/usr/lib/update-notifier/package-data-downloader", line 260, in process_download_requests
    os.remove(f)
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/update-notifier/package-data-downloads/partial/Silverlight.exe'
netflix-desktop: downloading http://cdn-0.nflximg.com/en_us/home/logo_v7.png
Get:1 http://cdn-0.nflximg.com/en_us/home/logo_v7.png [2.680 B]
Fetched 2.680 B in 0s (40,8 kB/s)
Everything downloaded and installed.
Traceback (most recent call last):
  File "/usr/lib/update-notifier/package-data-downloader", line 260, in process_download_requests
    os.remove(f)
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/update-notifier/package-data-downloads/partial/logo_v7.png'

Revision history for this message
Erich E. Hoover (ehoover) said :
#3

It looks like they changed the way the data downloader works _again_ (ugh). Could you send me the output of?:
ls -haltF /var/lib/update-notifier/package-data-downloads/partial

Revision history for this message
Everton (evertonpr) said :
#4

Hello,

After rebooting the system, the directory was empty:

$ sudo ls -haltF /var/lib/update-notifier/package-data-downloads/partial
total 8,0K
drwxr-xr-x 3 root root 4,0K Dez 3 17:52 ../
drwxr-xr-x 2 root root 4,0K Dez 3 17:52 ./

BUT,

During the installation, I checked out the directory and it seemed that at least temporarily, the files were there....

$ sudo ls -haltF /var/lib/update-notifier/package-data-downloads/partial
total 19M
-rw-r--r-- 1 root root 19M Dez 3 20:22 ?product=firefox-22.0&os=win&lang=en-US
drwxr-xr-x 2 root root 4,0K Dez 3 20:21 ./
drwxr-xr-x 3 root root 4,0K Dez 3 17:52 ../

$ sudo ls -haltF /var/lib/update-notifier/package-data-downloads/partial
total 6,6M
-rw-r--r-- 1 root root 6,6M Dez 3 20:22 Silverlight.exe
drwxr-xr-x 2 root root 4,0K Dez 3 20:22 ./
drwxr-xr-x 3 root root 4,0K Dez 3 20:22 ../

$ sudo ls -haltF /var/lib/update-notifier/package-data-downloads/partial
total 8,0K
drwxr-xr-x 3 root root 4,0K Dez 3 20:22 ../
drwxr-xr-x 2 root root 4,0K Dez 3 20:22 ./

BUT

After receiving the errors (the same as in my first message), the directory is empty again:

$ sudo ls -haltF /var/lib/update-notifier/package-data-downloads/partial
total 8,0K
drwxr-xr-x 3 root root 4,0K Dez 3 20:22 ../
drwxr-xr-x 2 root root 4,0K Dez 3 20:22 ./

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.