Linux > JRiver Media Center 33 for Linux
Linux installation problem
jmz:
I'm trying to install JRiver 33 on Linux Mint 22 (Ubuntu 24 based)
When I downloaded .deb file from this forum I got this error when tried to install it
Then tried to install installJRMC using this command
curl https://git.bryanroessler.com/bryan/installJRMC/raw/master/installJRMC|bash
ended with this result
Installing JRiver Media Center from remote repository
Error: Failed to install mediacenter33. Attempting to continue
Error: Package install failed!
Error: JRiver Media Center installation from remote repository failed
Tried to install JRiver 33 on Mint 21 (Ubuntu 22) from .deb file and everything is OK.
Please help me... what I'm doing wrong and why .deb file installation failed?
PS.
I also tried to download installJRMC from
https://git.bryanroessler.com/bryan/installJRMC
Downloaded file was extracted and then I run command
./installJRMC
ended with the same error like above.
Awesome Donkey:
You have to use the noble repository.
It's failing because that libwebkit2gtk dependency was completely removed from Ubuntu 24.04 (and Mint 22). But Bob added it to the noble repository. The installJRMC may not know to use the noble repository for Linux Mint 22 so that fails too.
You can try adding the noble repository from this topic: https://yabb.jriver.com/interact/index.php/topic,137900.0.html
Just replace references to mediacenter32 to mediacenter33
jmz:
--- Quote from: Awesome Donkey on August 24, 2024, 08:14:44 pm ---You have to use the noble repository.
It's failing because that libwebkit2gtk dependency was completely removed from Ubuntu 24.04 (and Mint 22). But Bob added it to the noble repository. The installJRMC may not know to use the noble repository for Linux Mint 22 so that fails too.
You can try adding the noble repository from this topic: https://yabb.jriver.com/interact/index.php/topic,137900.0.html
Just replace references to mediacenter32 to mediacenter33
--- End quote ---
Thanks for answer.
But could you explain it bit more?
I tried: ./installJRMC --mcrepo noble -d
but still don't have JRiver installed.
I run Linux Mint 22
--------------------
./installJRMC --mcrepo noble -d
Debug: Running: main --mcrepo noble -d
Debug: Running: init
Starting installJRMC
Debug: Detected host platform: linuxmint 22 amd64
Debug: Using host platform: ubuntu 22
Debug: Running: parseInput
Debug: Debugging on
Debug: installJRMC version: 1.2.0
Debug: Running: setMCVersion
Debug: Running: installPackage --silent buildah
Debug: buildah already installed, skipping installation
Debug: buildah rm alpine-working-container
28bbe47695bb809d4017742eb2d4852024406f2b835ecb826426e4fc4f7436a2
Using the noble repository
Using MC version 33.0.13 from the noble repo determined by containerized package manager
To override, use --mcversion
Debug: MC_VERSION=33.0.13, MC_REPO=noble, MC_PKG=mediacenter33, MC_RPM=/home/XXXXXX/Downloads/installjrmc/output/RPMS/x86_64/mediacenter33-33.0.13.x86_64.rpm
Adding universe repository
Debug: sudo add-apt-repository -y universe
Awesome Donkey:
You'd have to manually add the noble repository and download it from there. The link I posted to Bob's tutorial should work.
A crude one-liner, not sure if it works as I'm mobile at the moment.
--- Code: ---sudo apt update && sudo apt install -y wget apt-transport-https -y gpg -y && 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 && 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 && sudo apt update && sudo apt install mediacenter33
--- End code ---
jmz:
--- Quote from: Awesome Donkey on August 24, 2024, 08:37:31 pm ---You'd have to manually add the noble repository and download it from there. The link I posted to Bob's tutorial should work.
A crude one-liner, not sure if it works as I'm mobile at the moment.
--- Code: ---sudo apt update && sudo apt install -y wget apt-transport-https -y gpg -y && 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 && 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 && sudo apt update && sudo apt install mediacenter33
--- End code ---
--- End quote ---
Thank you !!!
Now I have JRiver 33 installed on Mint 22
Navigation
[0] Message Index
[#] Next page
Go to full version