Apt upgrade: Jellyfin: The following packages have been kept back:

all the latest updates of dietpi are installiert on my nativePC.

apt upgrade always worked like a charm. since the latest jellyfin 10.10. release it says it get held back. see below.

root@DietPi:~# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  jellyfin
The following packages will be upgraded:
  tailscale
1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 28.9 MB of archives.
After this operation, 9216 B disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 https://pkgs.tailscale.com/stable/debian bullseye/main amd64 tailscale amd64 1.76.6 [28.9 MB]
Fetched 28.9 MB in 2s (17.1 MB/s)
debconf: delaying package configuration, since apt-utils is not installed
(Reading database ... 52302 files and directories currently installed.)
Preparing to unpack .../tailscale_1.76.6_amd64.deb ...
Unpacking tailscale (1.76.6) over (1.76.1) ...
Setting up tailscale (1.76.6) ...
root@DietPi:~# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  jellyfin
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
root@DietPi:~#

weirdly the jellyfin upgrades got still installed?

grafik

somebody knows whats going on?

can you share/check

apt list --upgradable
root@DietPi:~# apt list --upgradable
Listing... Done
jellyfin/unknown 10.10.1+deb11 all [upgradable from: 10.9.11+deb11]
N: There is 1 additional version. Please use the '-a' switch to see it
root@DietPi:~#

you can try to reinstall the package

apt install --reinstall jellyfin

To be on save side, do a backup beforehand.

1 Like

ok will try

Or easier, just do apt upgrade jellyfin
It is held back because it removes jellyfin-ffmpeg6 and installs jellyfin-ffmpeg7.

1 Like
root@DietPi:~# upgrade jellyfin
-bash: upgrade: command not found

that command did not work

but apt install --reinstall jellyfin worked like a charm and ffmpeg7 was installed and ffmpeg6 removed.

You forgot to write apt, of course the command was not found.

1 Like

i am obviously dumb. sorry and thanks for help haha