Jellyfin Forum
SOLVED: Jellyfin Update - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: SOLVED: Jellyfin Update (/t-solved-jellyfin-update)

Pages: 1 2


Jellyfin Update - kipke112 - 2025-02-05

Linux gives me info, that there is a Jellyfin server update.10.10.3 > 10.10.4. When I have already installed 10.10.5. Also have ticked install the update, couple of times. But the update always comes up the next day again. How can I fix this to not shows again in updates.


RE: Jellyfin Update - TheDreadPirate - 2025-02-05

What distro are you running?


RE: Jellyfin Update - kipke112 - 2025-02-05

Ubuntu 24.04


RE: Jellyfin Update - TheDreadPirate - 2025-02-05

What is the output of these commands?

Code:
sudo apt update

This will show me the health of your apt config. But also share the output of this.

Code:
sudo apt list --installed | grep jellyfin



RE: Jellyfin Update - kipke112 - 2025-02-06

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

jellyfin-ffmpeg7/unknown,now 7.0.2-9-noble amd64 [installed,auto-removable]
jellyfin-web/unknown,now 10.10.5+ubu2404 all [installed,auto-removable]

Also in Jellyfin On the webpage the thumbnails of my media files disappearing and need to refresh the page to see the thumbnails again, somethimes i need to do this couple of times in a row. Its happening on Microsoft Edge and Firefox browsers.


RE: Jellyfin Update - TheDreadPirate - 2025-02-06

Try this.

Code:
sudo apt install --reinstall jellyfin*



RE: Jellyfin Update - kipke112 - 2025-02-06

When I search again for updates on my system, it not gives me the update 10.10.3 > 10.10.4 so far. When I did the code above.


RE: Jellyfin Update - TheDreadPirate - 2025-02-06

It sounds like one of your repos is causing apt to not full update.

Share what is shown when you run "sudo apt update". And also share the contents of /etc/apt/sources.list.d/jellyfin.sources.


RE: Jellyfin Update - kipke112 - 2025-02-06

No I think the problem solved by that code : sudo apt install --reinstall jellyfin*
sudo apt update
Get:1 https://repo.jellyfin.org/ubuntu noble InRelease [6660 B]
Hit:2 https://ppa.launchpadcontent.net/christian-boxdoerfer/fsearch-stable/ubuntu noble InRelease
Hit:3 https://ppa.launchpadcontent.net/flatpak/stable/ubuntu noble InRelease
Hit:5 http://security.ubuntu.com/ubuntu noble-security InRelease
Hit:6 https://ppa.launchpadcontent.net/ubuntuhandbook1/mpv/ubuntu noble InRelease
Hit:7 https://ppa.launchpadcontent.net/ubuntuhandbook1/qdiskinfo/ubuntu noble InRelease
Hit:8 http://nl.archive.ubuntu.com/ubuntu noble InRelease
Hit:9 http://nl.archive.ubuntu.com/ubuntu noble-updates InRelease
Hit:10 http://nl.archive.ubuntu.com/ubuntu noble-backports InRelease
Hit:11 https://repo.nordvpn.com/deb/nordvpn/debian stable InRelease
Hit:12 https://debrepo.freedownloadmanager.org jammy InRelease
Hit:13 https://download.mono-project.com/repo/ubuntu stable-focal InRelease
Hit:14 https://packages.microsoft.com/repos/edge stable InRelease
Fetched 6660 B in 2s (3462 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
23 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: https://download.mono-project.com/repo/ubuntu/dists/stable-focal/InRelease: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(Nerd-face for details.
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://download.mono-project.com/repo/ubuntu stable-focal InRelease' doesn't support architecture 'i386'

I cant find the file /etc/apt/sources.list.d/jellyfin.sources.

Only it find :
jellyfin.list.save
jellyfin.list


RE: Jellyfin Update - TheDreadPirate - 2025-02-06

Ok. I see the issue. I'm assuming you've been upgrading since Ubuntu 20.04.

Run our auto-install script. It will clear out the old style "list" files and replace them with the updated "source" files.

Code:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash