• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Ubuntu 24.04 Suppport

    Pages (3): 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Ubuntu 24.04 Suppport

    Termz
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #1
    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.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Termz
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #3
    2024-04-26, 12:41 AM
    (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
    ZeroInn
    Offline

    Junior Member

    Posts: 5
    Threads: 0
    Joined: 2024 Apr
    Reputation: 0
    #4
    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.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    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
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    SuperficialVariety
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #6
    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.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    SuperficialVariety
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #8
    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
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    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".
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    SuperficialVariety
    Offline

    Junior Member

    Posts: 3
    Threads: 0
    Joined: 2024 Apr
    Reputation: 0
    Country:United States
    #10
    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
    Pages (3): 1 2 3 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode