List all software installed from particular component (non-free, contrib)
This commit is contained in:
parent
00c5109ff8
commit
1bf5abefe0
1 changed files with 6 additions and 0 deletions
|
@ -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).
|
Manually rotate a file without logrotate, with savelog(8).
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
|
Loading…
Reference in a new issue