INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Install Problem on Ubuntu 18.04  (Read 1227 times)

dcpete

  • Regular Member
  • World Citizen
  • ***
  • Posts: 182
  • Change this by choosing profile
Install Problem on Ubuntu 18.04
« on: May 11, 2018, 12:46:48 am »

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: [Select]
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




Logged

astromo

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2239
Re: Install Problem on Ubuntu 18.04
« Reply #1 on: May 11, 2018, 12:55:25 am »

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.
Logged
MC31, Win10 x64, HD-Plex H5 Gen2 Case, HD-Plex 400W Hi-Fi DC-ATX / AC-DC PSU, Gigabyte Z370 ULTRA Gaming 2.0 MoBo, Intel Core i7 8700 CPU, 4x8GB GSkill DDR4 RAM, Schiit Modi Multibit DAC, Freya Pre, Nelson Pass Aleph J DIY Clone, Ascension Timberwolf 8893BSRTL Speakers, BJC 5T00UP cables, DVB-T Tuner HDHR5-4DT

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7366
  • The color of Spring...
Re: Install Problem on Ubuntu 18.04
« Reply #2 on: May 11, 2018, 03:33:40 am »

I see two issues here. The first problem...

Code: [Select]
sudo sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter24.list -O /etc/apt/sources.list.d/mediacenter24.list
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: [Select]
sudo rm /etc/apt/sources.list.d/mediacenter24.list
And then try the command again with only one sudo...

Code: [Select]
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter24.list -O /etc/apt/sources.list.d/mediacenter24.list
Now, the second problem (and likely the what the issue is) is it also looks like you didn't run...

Code: [Select]
sudo apt-get update
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.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 24.04 LTS Noble Numbat 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

dcpete

  • Regular Member
  • World Citizen
  • ***
  • Posts: 182
  • Change this by choosing profile
Re: Install Problem on Ubuntu 18.04
« Reply #3 on: May 11, 2018, 10:01:38 am »

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
Logged
Pages: [1]   Go Up