mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-13 23:51:17 +01:00
15 lines
282 B
Text
15 lines
282 B
Text
# 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
|
|
|