More > JRiver Media Center 29 for Linux
RP 4 Install went south
(1/1)
Dennis in FL:
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
Awesome Donkey:
If you already have MC29 running and you want to fully remove MC28, use the following commands in the terminal...
--- Code: ---sudo apt-get remove mediacenter28
--- End code ---
Then...
--- Code: ---sudo rm /etc/apt/sources.list.d/mediacenter28.list
--- End code ---
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.
Wheaten:
--- Code: ---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
--- End code ---
Dennis in FL:
--- Quote from: Awesome Donkey on May 02, 2022, 06:23:22 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.
--- End quote ---
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.
Navigation
[0] Message Index
Go to full version