1
0
mirror of https://github.com/cheat/cheat.git synced 2025-03-01 22:11:16 +01:00
cheat/cheatsheets/aptitude
2013-09-06 16:51:31 +02:00

16 lines
282 B
Plaintext

# To search for packages:
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