Hi, Greg wrote: > > The release notes say when upgrading from Bookworm to Trixie to perform: > > apt upgrade --without-new-pkgs > > followed by: > > apt full-upgrade
Vincent Lefevre wrote: > This is new compared to the previous upgrades. I have this sequence already in my upgrade plan from 10 to 11. I learned it from https://www.debian.org/releases/bullseye/amd64/release-notes.en.txt The release notes for buster https://www.debian.org/releases/buster/amd64/release-notes.en.txt do not recommend apt upgrade --without-new-pkgs but rather apt-get upgrade without extra options. > Is there any reason? The release notes say that "apt upgrade" before "apt full-upgrade" avoids problems with removal of large numbers of packages. Have a nice day :) Thomas