[Testing - Trixie] [solved] upgrade lists wall of packages

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
User avatar
layr
Posts: 93
Joined: 2011-10-11 15:07
Has thanked: 1 time

[Testing - Trixie] [solved] upgrade lists wall of packages

#1 Post by layr »

Every now and then apt-get update && apt-get upgrade lists unusually large amount of packages to be upgraded:

Code: Select all

The following packages will be upgraded:
/-/
757 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 271 MB/272 MB of archives.
After this operation, 8,889 kB of additional disk space will be used.
Ignoring the update and repeating update-upgrade later, the package list looks what I'd expect:

Code: Select all

The following packages will be upgraded:
  coinor-libcoinutils3v5 coinor-libosi1v5 git-extras libnfsidmap1 nfs-common signal-desktop slack-desktop ugrep usbutils
9 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Need to get 1,876 kB/205 MB of archives.
After this operation, 2,484 kB disk space will be freed.
(gist containing both the huge list and later thinned down version here)

What's this about?
Last edited by layr on 2024-11-05 13:58, edited 1 time in total.

User avatar
fabien
Forum Helper
Forum Helper
Posts: 1156
Joined: 2019-12-03 12:51
Location: Anarres (Toulouse, France actually)
Has thanked: 101 times
Been thanked: 264 times

Re: [Testing - Trixie] upgrade lists wall of packages

#2 Post by fabien »

layr wrote: 2024-11-04 13:59 Ignoring the update and repeating update-upgrade later, the package list looks what I'd expect:
That's not how it happened. If you are not aware that the updates were actually done, then they were done behind your back (e.g. by unattended-upgrades or some other program). Check /var/log/apt/:

Code: Select all

$> less /var/log/apt/history.log
$> zless /var/log/apt/history.log.1.gz
You should have used apt -sV full-upgrade so that the versions are displayed.
man 8 apt-get wrote:-V, --verbose-versions
Show full versions for upgraded and installed packages.
For an explanation of what happened, see [SID - Unstable] 750 packages +b1 ?
ImageShare your Debian SCRIPTS
There will be neither barrier nor walls, neither official nor guard, there will be no more desert and the entire world will become a garden. — Anacharsis Cloots

Post Reply