INTERACT FORUM

More => Old Versions => JRiver Media Center 29 for Linux => Topic started by: Dennis in FL on May 02, 2022, 05:30:21 am

Title: RP 4 Install went south
Post by: Dennis in FL 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
Title: Re: RP 4 Install went south
Post by: Awesome Donkey 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.
Title: Re: RP 4 Install went south
Post by: Wheaten 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
Title: Re: RP 4 Install went south
Post by: Dennis in FL 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.