Merge pull request #78 from maggick/patch-8

Update aptitude
This commit is contained in:
Chris Lane 2013-09-07 10:10:58 -07:00
commit b998a2015f
1 changed files with 10 additions and 0 deletions

View File

@ -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