2024-08-30, 06:00 PM
(This post was last modified: 2024-08-30, 08:35 PM by WoodyBABL. Edited 1 time in total.)
Just did the upgrade to Ubuntu 24.04/
This is the current jellyfin.sources:
Enabled: no
Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: noble
Components: main
I set enabled to yes. Ran sudo apt apdate and sudo apt upgrade.
I get the following:
The following packages have unmet dependencies:
jellyfin-ffmpeg6 : Depends: libvpx7 (>= 1.10.0) but it is not installable
Depends: libx264-163 (>= 2:0.163.3060+git5db6aa6) but it is not installable
What's my next step?
Thanks.
UPDATE: Fixed it with sudo apt --fix-broken install
This is the current jellyfin.sources:
Enabled: no
Types: deb
URIs: https://repo.jellyfin.org/ubuntu
Suites: noble
Components: main
I set enabled to yes. Ran sudo apt apdate and sudo apt upgrade.
I get the following:
The following packages have unmet dependencies:
jellyfin-ffmpeg6 : Depends: libvpx7 (>= 1.10.0) but it is not installable
Depends: libx264-163 (>= 2:0.163.3060+git5db6aa6) but it is not installable
What's my next step?
Thanks.
UPDATE: Fixed it with sudo apt --fix-broken install