mirror of https://github.com/cheat/cheat.git
Update aptitude
This commit is contained in:
parent
16244be4ea
commit
948d407b65
|
@ -3,3 +3,13 @@ aptitude search "whatever"
|
||||||
|
|
||||||
# To display package records for the named package(s):
|
# To display package records for the named package(s):
|
||||||
aptitude show pkg(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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue