List all software installed from particular component (non-free, contrib)

This commit is contained in:
benoit 2019-05-29 08:05:38 +00:00
parent 00c5109ff8
commit 1bf5abefe0

View file

@ -1,3 +1,9 @@
List all software installed from particular component (non-free, contrib)
~~~
$ dpkg-query -W -f='${Section}\t${Package}\n' | grep ^non-free
~~~
Manually rotate a file without logrotate, with savelog(8).
~~~