Can't update past 10.8.3 on Raspberry Pi - 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: Can't update past 10.8.3 on Raspberry Pi (/t-can-t-update-past-10-8-3-on-raspberry-pi) |
Can't update past 10.8.3 on Raspberry Pi - fbueller - 2024-05-31 I have Jellyfin Server running on my Raspberry Pi 4 on standard Raspberry Pi OS via repo (version 10.8.13 using repo https://repo.jellyfin.org/debian/). When running updates, it only maxes out at 10.8.13 and doesn't see 10.9.x+. When going to the repo via web browser, I see that 10.8.13 is the max hosted at that repo anymore. So the question - since my clients are bugging me that I need to get on 10.9.x, is how the heck do I update this server? I'd like it to be at a repo still so I can update via package manager if possible rather than a manual .deb install every release. Thanks for any help, this is driving me nuts. RE: Can't update past 10.8.3 on Raspberry Pi - TheDreadPirate - 2024-05-31 Which version of Pi OS are you on? If the Debian version it is based on is EOL, you wouldn't be able to update to 10.9. Currently we support Debian 11 and 12, so if your Pi OS is older and based on Debian 10 you will need to upgrade the OS. RE: Can't update past 10.8.3 on Raspberry Pi - fbueller - 2024-05-31 I'm on Bullseye, so I'm on Debian 11 - should work. RE: Can't update past 10.8.3 on Raspberry Pi - TheDreadPirate - 2024-06-01 When you run "sudo apt update" can you copy and paste the output into a code block in a post? The last time someone had this issue they had a broken repo unrelated to jellyfin that caused apt to not update at all. RE: Can't update past 10.8.3 on Raspberry Pi - fbueller - 2024-06-01 Here you go! I do think many of my apps aren't upgrading - Hit:1 http://deb.debian.org/debian buster InRelease Get:2 https://downloads.plex.tv/repo/deb public InRelease [6685 B] Hit:3 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:4 http://archive.raspberrypi.org/debian buster InRelease Get:5 https://repo.jellyfin.org/debian buster InRelease [6601 B] Get:6 https://downloads.plex.tv/repo/deb public/main armhf Packages [428 B] Fetched 13.7 kB in 3s (4274 B/s) Reading package lists... Done Building dependency tree Reading state information... Done All packages are up to date. RE: Can't update past 10.8.3 on Raspberry Pi - fbueller - 2024-06-01 Argh - I'm on Buster. That might be it. RE: Can't update past 10.8.3 on Raspberry Pi - TheDreadPirate - 2024-06-01 That'll do it. We only support Bullseye (11) and Bookwork (12). |