1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-21 23:56:05 +02:00

Create aptitude

This commit is contained in:
Matthieu Keller 2013-09-02 16:05:43 +02:00
parent 2a9220bb6d
commit ec5123d21e

5
cheatsheets/aptitude Normal file

@ -0,0 +1,5 @@
# To search for packages:
aptitude search "whatever"
# To display package records for the named package(s):
aptitude show pkg(s)