mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
Create aptitude
This commit is contained in:
parent
2a9220bb6d
commit
ec5123d21e
1 changed files with 5 additions and 0 deletions
5
cheatsheets/aptitude
Normal file
5
cheatsheets/aptitude
Normal file
|
@ -0,0 +1,5 @@
|
|||
# To search for packages:
|
||||
aptitude search "whatever"
|
||||
|
||||
# To display package records for the named package(s):
|
||||
aptitude show pkg(s)
|
Loading…
Reference in a new issue