2023-07-16, 09:43 PM
A week or two ago, I installed Jellyfin on my Odroid HC2 running Armbian Bullseye. I couldn't tell you exactly the version, but the curl command worked perfectly and I got Jellyfin running next to OpenMediaVault 6. Installing through Docker hadn't worked, but I haven't really been able to get anything but Portainer working.
Today I screwed up my firewall and had to do a clean install of Armbian. I installed Armbian 23.02.2 Bullseye and took the opportunity to install CasaOS instead of OMV, though I don't think that matters.
Now when I try to install Jellyfin, I get the error
I tried manually installing libwebpmux3, which seemed to work fine, but it's still hitting the same dependency issue.
Fortunately, I haven't fully migrated to using Jellyfin on my clients yet, so I was able to re-establish the Samba share I've been using to serve my library, but it's a bit frustrating to be a few steps back from where I was this morning.
Today I screwed up my firewall and had to do a clean install of Armbian. I installed Armbian 23.02.2 Bullseye and took the opportunity to install CasaOS instead of OMV, though I don't think that matters.
Now when I try to install Jellyfin, I get the error
Code:
The following packages have unmet dependencies:
jellyfin-ffmpeg5 : Depends: libwebpmux3 (>= 0.6.1-2.1+deb11u1) but 0.6.1-2.1 is to be installed
E: Unable to correct problems, you have held broken packages.
I tried manually installing libwebpmux3, which seemed to work fine, but it's still hitting the same dependency issue.
Code:
$ apt install -y libwebpmux3
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
libwebpmux3 is already the newest version (0.6.1-2.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ apt install -y jellyfin-ffmpeg5
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
jellyfin-ffmpeg5 : Depends: libwebpmux3 (>= 0.6.1-2.1+deb11u1) but 0.6.1-2.1 is to be installed
E: Unable to correct problems, you have held broken packages.
Fortunately, I haven't fully migrated to using Jellyfin on my clients yet, so I was able to re-establish the Samba share I've been using to serve my library, but it's a bit frustrating to be a few steps back from where I was this morning.