On Tue 10 Aug 2021 at 14:09:27 (-0400), Jim Popovitch wrote: > On Tue, 2021-08-10 at 14:00 -0400, Greg Wooledge wrote: > > On Tue, Aug 10, 2021 at 01:57:13PM -0400, Jim Popovitch wrote: > > > ~$ apt-get -sV full-upgrade > > > Reading package lists... Done > > > Building dependency tree... Done > > > Calculating upgrade... Done > > > 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. > > > > Have you tried Google yet? > > > > https://unix.stackexchange.com/questions/615676/0-upgraded-0-newly-installed-0-to-remove-and-1-not-upgraded-how-can-i-upgrade > > > > https://www.linuxquestions.org/questions/debian-26/%271-package-not-upgraded%27-conundrum-4175620661/ > > > > Perhaps one of those will point the way. (What do you have pinned, > > and what third-party repositories do you have configured?) > > > > Nothing pinned. I did see the first link you posted, but not the 2nd > one, although neither seems to apply to what I'm experiencing. No > pinning, no custom apt settings, etc. > > $ cat /etc/apt/sources.list > deb [trusted=yes] http://ftp.us.debian.org/debian bullseye main > deb [trusted=yes] http://ftp.us.debian.org/debian bullseye-updates main > deb [trusted=yes] http://security.debian.org bullseye-security main
deb [trusted=yes] http://security.debian.org/debian-security bullseye-security main is what I would expect to see here. (I don't have a system availble to test the effect of omitting debian-security) > $ apt-get clean && apt-get update && apt-get upgrade && apt-get -sV > full-upgrade > Hit:1 http://security.debian.org bullseye-security InRelease > Hit:2 http://ftp.us.debian.org/debian bullseye InRelease > Hit:3 http://ftp.us.debian.org/debian bullseye-updates InRelease > Reading package lists... Done > Reading package lists... Done > Building dependency tree... Done > Calculating upgrade... Done > 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. > Reading package lists... Done > Building dependency tree... Done > Calculating upgrade... Done > 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. > > Thanks for at least offering suggestings, etc. Cheers, David.