SOLVED: Can't seem to update server on Linux? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: SOLVED: Can't seem to update server on Linux? (/t-solved-can-t-seem-to-update-server-on-linux) |
Can't seem to update server on Linux? - AlexanderSupertramp - 2024-06-11 Hi - hoping to get some support as I've been having issues updating my server. My current Jellyfin setup is a server running on Ubuntu 22.04.4 through Proxmox, and I usually browse my media library from the app installed on my Amazon Firestick. I've had an alert pop up when I open my app on Firestick for a few weeks now, saying "Update your server from 10.8.5 to at least 10.9.0 to continue using the app after the next update". But when I check in Ubuntu / try to update the server using Code: sudo apt install Anyone else having this issue or know how to solve it? I'm just afraid I won't be able to access my library from the app anymore, unless I manage to update. RE: Can't seem to update server on Linux? - crobibero - 2024-06-11 What is the output of the following command? You may need to reinstall the Jellyfin repo. cat /etc/apt/sources.list.d/jellyfin.sources RE: Can't seem to update server on Linux? - AlexanderSupertramp - 2024-06-11 (2024-06-11, 03:26 PM)crobibero Wrote: What is the output of the following command? You may need to reinstall the Jellyfin repo. Thanks for your reply. I'm getting "No such file or directory" as output. How do I reinstall it if when I prompt the installation I get told I'm already using the latest version of Jellyfin? Will I need to uninstall it and reinstall again? RE: Can't seem to update server on Linux? - crobibero - 2024-06-11 You can reinstall the repo using the instructions here for Server -> Linux -> Debian and Ubuntu https://jellyfin.org/downloads/server After that is reconfigured you should be able to just run apt update && apt upgrade jellyfin
RE: Can't seem to update server on Linux? - AlexanderSupertramp - 2024-06-11 (2024-06-11, 04:51 PM)crobibero Wrote: You can reinstall the repo using the instructions here for Server -> Linux -> Debian and Ubuntu Repo reinstallation was successful, however when I runĀ Code: apt update && apt upgrade jellyfin RE: Can't seem to update server on Linux? - 3216 - 2024-06-11 (2024-06-11, 05:07 PM)AlexanderSupertramp Wrote: Repo reinstallation was successful, however when I runĀ You need to be root, or run using sudo. RE: Can't seem to update server on Linux? - AlexanderSupertramp - 2024-06-11 Thanks all it worked!! |