Ubuntu 24.04 Suppport - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Ubuntu 24.04 Suppport (/t-ubuntu-24-04-suppport) |
Ubuntu 24.04 Suppport - Termz - 2024-04-25 Hello, just wanted to make sure the devs knew Ubuntu 24.04 "Noble Numbat" was released today, and as such the automatic install script for Ubuntu will not work out of the box because the codename is unrecognized. RE: Ubuntu 24.04 Suppport - TheDreadPirate - 2024-04-26 Noted. For the record you can download it and save it (instead of running it directly after downloading), add noble to line 8, and then run it as root. RE: Ubuntu 24.04 Suppport - Termz - 2024-04-26 (2024-04-26, 12:02 AM)TheDreadPirate Wrote: Noted. For the record you can download it and save it (instead of running it directly after downloading), add noble to line 8, and then run it as root. Great point RE: Ubuntu 24.04 Suppport - ZeroInn - 2024-04-26 I did that and got the following error: > Installing Jellyfin. Reading package lists... Done Building dependency tree... Done Reading state information... Done 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: jellyfin : Depends: jellyfin-ffmpeg5 (>= 5.0.0) but it is not installable E: Unable to correct problems, you have held broken packages. ERROR: Failed to install Jellyfin. Use https://jellyfin.org/contact to find us for troubleshooting. RE: Ubuntu 24.04 Suppport - TheDreadPirate - 2024-04-26 Try manually and installing jellyfin-ffmpeg6. A new version of jellyfin-ffmpeg6 was released yesterday with explicit Noble support. Code: sudo apt install jellyfin-ffmpeg6 RE: Ubuntu 24.04 Suppport - SuperficialVariety - 2024-04-26 Ive manually installed jellyfin-ffmpeg6, but even still I get the same error mentioned above > Installing Jellyfin. Reading package lists... Done Building dependency tree... Done Reading state information... Done 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: jellyfin : Depends: jellyfin-ffmpeg5 (>= 5.0.0) but it is not installable E: Unable to correct problems, you have held broken packages. ERROR: Failed to install Jellyfin. Use https://jellyfin.org/contact to find us for troubleshooting. RE: Ubuntu 24.04 Suppport - TheDreadPirate - 2024-04-26 In /etc/apt/sources.list.d/jellyfin.sources what is the Suites field? I'm assuming Noble? If so, try switching to Mantic or Jammy. I don't think we've created a build specifically for Noble for the existing stable release. I plan on installing Noble tomorrow so if that doesn't work I will try some things out and get back to you. RE: Ubuntu 24.04 Suppport - SuperficialVariety - 2024-04-26 Same issue. Suites is set to noble and even after changing it the installer switches it back to noble Types: deb URIs: https://repo.jellyfin.org/ubuntu Suites: noble Components: main Architectures: amd64 Signed-By: /etc/apt/keyrings/jellyfin.gpg RE: Ubuntu 24.04 Suppport - TheDreadPirate - 2024-04-26 Don't run the script since it will undo the change. Switch it back to jammy and manually run "sudo apt install jellyfin". RE: Ubuntu 24.04 Suppport - SuperficialVariety - 2024-04-26 my bad, anyways I switched it back to jammy then ran sudo apt install jellyfin but it was unable to locate. Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package jellyfin |