diff --git a/cheatsheets/aptitude b/cheatsheets/aptitude index 26d0af7..a837979 100644 --- a/cheatsheets/aptitude +++ b/cheatsheets/aptitude @@ -3,3 +3,13 @@ aptitude search "whatever" # To display package records for the named package(s): aptitude show pkg(s) + +# To install a package: +aptitude install package + +# To remove a package: +aptitude remove package + +# To remove unnecessary package: +aptitude autoclean +