1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-25 17:37:05 +02:00

Merge pull request from maggick/patch-5

Create aptitude
This commit is contained in:
Chris Lane 2013-09-03 16:59:03 -07:00
commit 4b1ceeef83

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)