On Tue, 2021-08-10 at 20:03 +0200, john doe wrote: > On 8/10/2021 7:57 PM, Jim Popovitch wrote: > > On Tue, 2021-08-10 at 19:49 +0200, john doe wrote: > > > On 8/10/2021 7:32 PM, Jim Popovitch wrote: > > > > How can I determine what the "1 not upgraded" package might be? > > > > > > > > > > > > ~$ apt-get update > > > > Hit:1 http://ftp.us.debian.org/debian bullseye InRelease > > > > Hit:2 http://security.debian.org bullseye-security InRelease > > > > Hit:3 http://ftp.us.debian.org/debian bullseye-updates InRelease > > > > Reading package lists... Done > > > > > > > > ~$ apt-get upgrade > > > > Reading package lists... Done > > > > Building dependency tree... Done > > > > Calculating upgrade... Done > > > > 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. > > > > > > > > > > > > ~$ apt-get dist-upgrade > > > > Reading package lists... Done > > > > Building dependency tree... Done > > > > Calculating upgrade... Done > > > > 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. > > > > > > > > > > $ apt-get -sV full-upgrade > > > > > > > > > -s = simulate > > > -V = verbose > > > > Thanks, unfortunately still nothing. :( > > > > ~$ 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. > > > > > > I'm beginning to wonder if this is just a bug in apt-get, I know of > > nothing on this small server that has a pending upgrade. > > > > As the cmd works for me I'm not sure this is a bug in 'apt-get' but > maybe a pkg on 'hold'.
No pining, nothing on hold that I can see, no custom config, etc. apt- get works for me, i can install and --purge remove, etc, just that one dangling "not upgraded" status that befuddles me. Thanks, -Jim P.