On Mon September 21 2026 13:58:58 J Leslie Turriff via tde-users wrote:
As Nik has suggested, I'll remove the reference to sid (a single line). Is there a command I can use to list all of the sid-based packages that are installed?
You probably don't have apt-show-versions installed so first do:
apt update apt install apt-show-versions/bullseye
Then:
apt-show-versions | grep -v '/bullseye' | grep -v 'not installed$'
--Mike