Jellyfin Forum
SOLVED: 10.10.3 not avaliable for Ubuntu 24.04.1 LTS - 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: 10.10.3 not avaliable for Ubuntu 24.04.1 LTS (/t-solved-10-10-3-not-avaliable-for-ubuntu-24-04-1-lts)



10.10.3 not avaliable for Ubuntu 24.04.1 LTS - Pollo - 2024-11-19

I was told to provide the contents of /etc/apt/sources.list.d/jellyfin.sources in this thread, so here they are:

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



RE: 10.10.3 not avaliable for Ubuntu 24.04.1 LTS - TheDreadPirate - 2024-11-19

Code:
sudo apt list --installed | grep jellyfin
sudo apt update
sudo apt list --upgradable

Share the output of all three commands.


RE: 10.10.3 not avaliable for Ubuntu 24.04.1 LTS - Pollo - 2024-11-19

(2024-11-19, 10:30 PM)TheDreadPirate Wrote:
Code:
sudo apt list --installed | grep jellyfin
sudo apt update
sudo apt list --upgradable

Share the output of all three commands.

It showed up after running those commands in that order again. I guess I just had to wait a little longer lol


RE: 10.10.3 not avaliable for Ubuntu 24.04.1 LTS - TheDreadPirate - 2024-11-19

It should have shown up last night. Did you "sudo apt update" before "sudo apt upgrade"?


RE: 10.10.3 not avaliable for Ubuntu 24.04.1 LTS - Pollo - 2024-12-10

I'm not sure, but that could've been the reason.