Jellyfin Forum
update jellyfin server to latest - 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: update jellyfin server to latest (/t-update-jellyfin-server-to-latest)



update jellyfin server to latest - klaarnou - 2024-05-22

Hello.

How do I update my jellyfin server to latest version on ubuntu.
I have upgraded my client but now it requires a server update.

apt-get says there are no updates.

thank you.


RE: update jellyfin server to latest - TheDreadPirate - 2024-05-22

What version of Ubuntu is the server running?


RE: update jellyfin server to latest - klaarnou - 2024-05-22

(2024-05-22, 07:26 PM)TheDreadPirate Wrote: What version of Ubuntu is the server running?

Hello, thanks for your help

I am running ubuntu 24.04 LTS.
Server is on 10.8.13
Client is on 1.10.1

cheers.


RE: update jellyfin server to latest - TheDreadPirate - 2024-05-22

Did you upgrade to 24.04 from an earlier version of Ubuntu?

What is the output of this command?

Code:
cat /etc/apt/sources.list.d/jellyfin.sources



RE: update jellyfin server to latest - klaarnou - 2024-05-22

I only get the main components.
Should i also get unstable?

Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: mantic
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg
Enabled: no


RE: update jellyfin server to latest - TheDreadPirate - 2024-05-22

No. It appears you used to be on 23.10. In that file, you will need to edit the suites field to change it from mantic (23.10) to noble (24.04). Starting with Jellyfin 10.9, we will only be building packages for LTS Ubuntu builds. And your jellyfin repo config was still using mantic prior to your upgrade.


RE: update jellyfin server to latest - klaarnou - 2024-05-22

Like so?

Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: noble
Components: main
Architectures: amd64
Signed-By: /etc/apt/keyrings/jellyfin.gpg
Enabled: no

then run

apt-get update
apt-get upgrade

Above does not seem to do any updates.


RE: update jellyfin server to latest - TheDreadPirate - 2024-05-22

I just noticed that you have "enabled: no" in your source file. Which means it isn't being used. Delete that line and try again.


RE: update jellyfin server to latest - klaarnou - 2024-05-22

Schweet!

It updated, everything works.
Thanks man, your a legend.

cheers.