2024-04-25, 11:52 PM
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.
2024-04-25, 11:52 PM
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.
2024-04-26, 12:02 AM
(This post was last modified: 2024-04-26, 12:05 AM by TheDreadPirate. Edited 2 times in total.)
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.
2024-04-26, 12:41 AM
2024-04-26, 09:12 AM
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.
2024-04-26, 12:31 PM
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
2024-04-26, 06:09 PM
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.
2024-04-26, 06:32 PM
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.
2024-04-26, 06:47 PM
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
2024-04-26, 06:53 PM
Don't run the script since it will undo the change. Switch it back to jammy and manually run "sudo apt install jellyfin".
2024-04-26, 07:10 PM
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 |
|
|