From 948d407b655c7d3b302ef79ada8fc8f8eb49d76d Mon Sep 17 00:00:00 2001 From: Matthieu Keller Date: Fri, 6 Sep 2013 16:51:31 +0200 Subject: [PATCH] Update aptitude --- cheatsheets/aptitude | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 +