On Sat, 19 Apr 2025 at 04:21, David Wright <deb...@lionunicorn.co.uk> wrote:
> You could run a command like: > > $ aptitude search "?narrow(?installed,?not(?archive(stable)))" > > to see whether all the packages on your system originate in bookworm. If that command produces any output, then adding a custom format argument to it will help to show why. Suggestion: aptitude search "?narrow(?installed,?not(?archive(stable)))" -F '%c %M %p %v %a %O %t %V - %d' (the suggestion is one single line with no line breaks, ignore any wrapping that might be added by my mail software)