INTERACT FORUM

Please login or register.

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

Author Topic: RP 4 Install went south  (Read 1062 times)

Dennis in FL

  • Galactic Citizen
  • ****
  • Posts: 314
RP 4 Install went south
« on: May 02, 2022, 05:30:21 am »

I didn't see the new script installJRMC and went about installing MC29 the way I've done it in the past with

   sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter29.list -O /etc/apt/sources.list.d/mediacenter29.list

Except the first time I ran it.....I didn't change the second mediacenter28 to 29 and it must have caused the error below when I do a sudo apt update

   W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list.d/mediacenter28.list:2 and /etc/apt/sources.list.d/mediacenter29.list:2
   W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list.d/mediacenter28.list:2 and /etc/apt/sources.list.d/mediacenter29.list:2

Help.   How to I fix this?   And I also want to delete the old version of MC.  MC29 seems to work fine
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7355
  • The color of Spring...
Re: RP 4 Install went south
« Reply #1 on: May 02, 2022, 06:23:22 am »

If you already have MC29 running and you want to fully remove MC28, use the following commands in the terminal...

Code: [Select]
sudo apt-get remove mediacenter28
Then...

Code: [Select]
sudo rm /etc/apt/sources.list.d/mediacenter28.list
You also might need to remove the mediacenter29.list if you're using installJRMC, if you want to start fresh. Though if you've already added MC29's repository manually, there's probably no reason to use installJRMC as MC29 is already installed.
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 23.10 Mantic Minotaur 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

Wheaten

  • Guest
Re: RP 4 Install went south
« Reply #2 on: May 02, 2022, 07:06:03 am »

Code: [Select]
sudo apt install gnupg2 wget ca-certificates
wget -nc http://dist.jriver.com/mediacenter@jriver.com.gpg.key
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter29.list -O /etc/apt/sources.list.d/mediacenter29.list
sudo apt-get update
sudo apt-get install mediacenter29
Logged

Dennis in FL

  • Galactic Citizen
  • ****
  • Posts: 314
Re: RP 4 Install went south
« Reply #3 on: May 02, 2022, 07:52:08 am »


You also might need to remove the mediacenter29.list if you're using installJRMC, if you can start fresh. Though if you've already added MC29's repository manually, there's probably no reason to use installJRMC as MC29 is already installed.

That worked ----   thank you, thank you, thank you.

Also --- I had tried unsuccesffully to run installJRMC

I did the curl command for installJRMC

      curl -O https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC && chmod +x ./installJRMC

and it seemed to execute OK

Then when I typed installJRMC with no options....I got an error (command not found) but as you say....I've got MC29 installed and working so I'm good.

Logged
Pages: [1]   Go Up