I thins this should work:
Code:
apt list '?installed ?not(?automatic)'Or with explicit and operator:
Code:
apt list '?and(?installed, ?not(?automatic))'Or with short patterns:
Code:
apt list '~i !~M'Statistics: Posted by ruwolf — 2026-01-15 01:51