On Mon, Mar 27, 2023 at 02:17:11PM +0200, Vincent Lefevre wrote: > FYI, I prefer to do the upgrades of my Debian/unstable machines with > aptitude
aptitude is VERY different from apt/apt-get. It uses an entirely different pacakge conflict resolution. Using aptitude for release upgrades (in place of "apt full-upgrade" or "apt-get dist-upgrade") is not supported. It can get stuck, or do weird things. This is why the release notes never say to use it. Since you're on unstable, you're on your own anyway, so do whatever works for you.