More > JRiver Media Center 24 for Linux

Install Problem on Ubuntu 18.04

(1/1)

dcpete:
Hi,

First time installing J River on Linux.  I cut and pasted all the steps in the tutorial and everything seemed to go fine.  But the last step I got "Unable to locate package mediacenter24".   This doesn't seem to be a dependency problem, but I am not a Linux expert.  Here are the screen shots....

Appreciate any advise.

Thanks, Chris


--- Code: ---sudo wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add -
[sudo] password for chris:
OK

sudo sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter24.list -O /etc/apt/sources.list.d/mediacenter24.list
--2018-05-10 22:08:42--  http://dist.jriver.com/latest/mediacenter/mediacenter24.list
Resolving dist.jriver.com (dist.jriver.com)... 216.14.187.181
Connecting to dist.jriver.com (dist.jriver.com)|216.14.187.181|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 88
Saving to: ‘/etc/apt/sources.list.d/mediacenter24.list’

/etc/apt/sources.li 100%[===================>]      88  --.-KB/s    in 0s     

2018-05-10 22:08:43 (9.41 MB/s) - ‘/etc/apt/sources.list.d/mediacenter24.list’ saved [88/88]

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

sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

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





--- End code ---

astromo:
Could be that the JRiver repo is offline.

I've seen this recently with the Id just prior to an update.

I'd suggest trying again when the U.S. has walked back in the office. It's about midnight over there right now if my maths is right. So, you might have to wait until they've at least had a chance to wake up and knock back their first mug of Joe.

Awesome Donkey:
I see two issues here. The first problem...


--- Code: ---sudo sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter24.list -O /etc/apt/sources.list.d/mediacenter24.list
--- End code ---

Two sudos? That could create a problem.

Let's try this again with a clean slate - try this command first to remove the existing sources list...


--- Code: ---sudo rm /etc/apt/sources.list.d/mediacenter24.list
--- End code ---

And then try the command again with only one sudo...


--- Code: ---sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter24.list -O /etc/apt/sources.list.d/mediacenter24.list
--- End code ---

Now, the second problem (and likely the what the issue is) is it also looks like you didn't run...


--- Code: ---sudo apt-get update
--- End code ---

Which is required before you run sudo apt-get install mediacenter24 or else it will not work. After adding the repo the packages list needs to be refreshed/updated.

dcpete:
Mr. Awesome,

Ok, that worked.  I followed your steps.  I think that double "sudo" was just a cut&paste error on my part posting this thread.  I guess somehow I missed the "sudo apt-get update" step as you surmised.  Sorry about that, but do appreciate getting me on my way.

Thank you, Chris

Navigation

[0] Message Index

Go to full version