Jellyfin Forum
My Linux OS Won't Update Due to Some JF Issue - 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: My Linux OS Won't Update Due to Some JF Issue (/t-my-linux-os-won-t-update-due-to-some-jf-issue)



My Linux OS Won't Update Due to Some JF Issue - 4r5hw45twh - 2024-10-27

Using POP!_OS. When trying to update "operating system updates," I am getting:

Code:
The following packages have unmet dependencies:
jellyfin-ffmpeg7: Conflicts: jellyfin-ffmpeg6 but 6.0.1-8-jammy is to be installed

How do I fix this?


RE: My Linux OS Won't Update Due to Some JF Issue - TheDreadPirate - 2024-10-27

That is due to some weirdness with how apt-get works. If you do "sudo apt upgrade jellyfin" instead of just "sudo apt upgrade" it should upgrade. Otherwise, "sudo apt remove jellyfin-ffmpeg6" and then "sudo apt upgrade".