diff --git a/cheatsheets/aptitude b/cheatsheets/aptitude new file mode 100644 index 0000000..26d0af7 --- /dev/null +++ b/cheatsheets/aptitude @@ -0,0 +1,5 @@ +# To search for packages: +aptitude search "whatever" + +# To display package records for the named package(s): +aptitude show pkg(s)