Linux > JRiver Media Center 32 for Linux

Adding the MediaCenter repo manually. Only for Debian and Ubuntu.

(1/2) > >>

bob:
Since MC is complied on Debian and the libraries are used are the same on Ubuntu which is derived from Debian, you can add the repo manually without any additional software.
For MC32 this applies to Debian Bullseye (11) and Bookworm (12) and for Ubuntu Focal (20), Jammy (22) and Noble (24)

For Debian only, the user may not be added to sudoers on a basic install.
If you get an error with sudo in the commands below, you can do the following in a terminal as the login user so the sudo commands work:

--- Code: ---su -
--- End code ---
(you will enter the root password that you used when creating the system)

--- Code: ---usermod -a -G sudoers youruserloginname
--- End code ---
(replace youruserloginname with the user name you logged in with)
exit
(to get out of the su -)
Then logout and log back in so that the change to sudoers works.

In a terminal as the login user, install any necessary dependencies:

--- Code: ---sudo apt update && sudo apt install -y wget apt-transport-https -y gpg -y
--- End code ---

Get and install the MediaCenter repo gpg key into a secure keyring:

--- Code: ---wget -O- http://dist.jriver.com/mediacenter@jriver.com.gpg.key | gpg --dearmor | sudo  tee /usr/share/keyrings/jriver-com-archive-keyring.gpg >/dev/null 2>&1
--- End code ---

Create a repo list file
For Focal:

--- Code: ---echo "deb [signed-by=/usr/share/keyrings/jriver-com-archive-keyring.gpg arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ focal main" | sudo tee /etc/apt/sources.list.d/jriver.list
--- End code ---

For Jammy:

--- Code: ---echo "deb [signed-by=/usr/share/keyrings/jriver-com-archive-keyring.gpg arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ jammy main" | sudo tee /etc/apt/sources.list.d/jriver.list
--- End code ---

For Noble:

--- Code: ---echo "deb [signed-by=/usr/share/keyrings/jriver-com-archive-keyring.gpg arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ noble main" | sudo tee /etc/apt/sources.list.d/jriver.list
--- End code ---

For Bullseye:

--- Code: ---echo "deb [signed-by=/usr/share/keyrings/jriver-com-archive-keyring.gpg arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ bullseye main" | sudo tee /etc/apt/sources.list.d/jriver.list
--- End code ---

For Bookworm:

--- Code: ---echo "deb [signed-by=/usr/share/keyrings/jriver-com-archive-keyring.gpg arch=amd64,i386,armhf,arm64] http://dist.jriver.com/latest/mediacenter/ bookworm main" | sudo tee /etc/apt/sources.list.d/jriver.list
--- End code ---

Note that you will be getting the same build of MediaCenter in all cases. The only difference is the repo name for your convenience.

To get the stable branch instead you can just replace "latest" in the code above with "stable"

Then to install MediaCenter simply:

--- Code: ---sudo apt update
sudo apt install mediacenter32
--- End code ---

Marcellus:
Ok, get this, but what I do not get, how to switch from 31 to 32 when using the repo?

mattkhan:
Install 32 and remove 31

ecceccecc:
I just upgraded to Ubuntu 24.04 LTS "Noble" and there's no repo for it yet. I tried to add the "Jammy" one but there was a dependency error. So for now the only way I could ever use MediaCenter is if there was a Snap or a Flatpak version of it.

Awesome Donkey:
That's not true, you can also satisfy the dependencies of libwebkit2gtk-4.0-37 and manually install MC32. Along with libwebkit2gtk-4.0-37 you also have to install libjavascriptcoregtk-4.0-18_2 and libicu72 and then you should be able to manually install MC32.

But unless you know exactly what you're doing I'd actually recommend waiting for a MC32 update to address this.

Navigation

[0] Message Index

[#] Next page

Go to full version