On Thu, Aug 04, 2022 at 12:23:26PM +0200, Johan Kröckel wrote: > My sources.list is: > > [...] > deb https://deb.debian.org/debian/ bullseye main non-free contrib
Looks good. > apt update; apt-cache policy base-files gives me: > > base-files: > Installiert: 11.1+deb11u3 > Installationskandidat: 11.1+deb11u3 > Versionstabelle: > *** 11.1+deb11u3 500 > 500 https://deb.debian.org/debian bullseye/main amd64 Packages > 100 /var/lib/dpkg/status > > Shouldn't base-files (11.1+deb11u4) be already installed automatically? Well, you didn't run anything that would have *installed* it, but it should appear in the *** line under the version table. Show us the output of "apt update" -- maybe it's encountering errors.