Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3694

General Questions • Re: Finding list of "high level" manually installed packages

$
0
0

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



Viewing all articles
Browse latest Browse all 3694

Trending Articles