INTERACT FORUM

Please login or register.

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

Author Topic: Problem installing MC32 on Ubuntu 24.04  (Read 129 times)

faramarz.moeeni

  • Member
  • *
  • Posts: 3
Problem installing MC32 on Ubuntu 24.04
« on: October 21, 2024, 07:14:58 pm »

Hi.
I bought license for MC 32 months ago.
I upgrades my laptop to Ubuntu 24.04 LTS, but I can not install MC 32.
I tried installJRMC:
Code: [Select]
installJRMC --install local --compat --mcversion 32.0.58
Starting installJRMC
To enable debugging output, use --debug or -d
Adding universe repository
Using existing DEB: /home/fara/output/SOURCES/MediaCenter-32.0.58-amd64.deb
Error: Failed to install /home/fara/output/SOURCES/MediaCenter-32.0.58-amd64.compat.deb.
Error: JRiver Media Center local package installation failed

Also tried to install .deb file:
Code: [Select]
sudo apt install ./MediaCenter-32.0.58-amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'mediacenter32' instead of './MediaCenter-32.0.58-amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mediacenter32 : Depends: libwebkit2gtk-4.0-37 but it is not installable
E: Unable to correct problems, you have held broken packages.

So how can I fix this and install MC32 on Ubuntu 24.04?

Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7732
  • Autumn shade...
Re: Problem installing MC32 on Ubuntu 24.04
« Reply #1 on: October 21, 2024, 07:40:40 pm »

Logged
I don't work for JRiver... I help keep the forums safe from "male enhancements" and other sources of sketchy pharmaceuticals.

Windows 11 24H2 Update 64-bit + Ubuntu 24.10 Oracular Oriole 64-bit | Windows 11 24H2 Update 64-bit (Intel N305 Fanless NUC 16GB RAM/500GB M.2 NVMe SSD)
JRiver Media Center 33 (Windows + Linux) | iFi ZEN DAC 3 | JBL 306P MkII Studio Monitors | Audio-Technica ATH-M50x Headphones

BryanC

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2632
Re: Problem installing MC32 on Ubuntu 24.04
« Reply #2 on: October 21, 2024, 11:39:50 pm »

I just updated installJRMC to remove the libwebkit2gtk-4.0-37 dependency completely when --compat is passed. --mcrepo=noble works for --install=repo, not for --install=local, but this should make your command work (although it's probably better for you to use the default repo by not specifying any options or only --mcrepo=noble if the OS detection fails). If it does fail, please rerun with --debug and paste the output in the installJRMC thread.
Logged

faramarz.moeeni

  • Member
  • *
  • Posts: 3
Re: Problem installing MC32 on Ubuntu 24.04
« Reply #3 on: Yesterday at 12:22:15 pm »

Thanks.
This worked:
Code: [Select]
installJRMC --mcrepo=noble --mcversion 32.0.58
Logged
Pages: [1]   Go Up