mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
add show to apt-cache cheatsheet
This commit is contained in:
parent
c460bfdb31
commit
8d75ee723f
1 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,5 @@
|
|||
# To search for apt packages:
|
||||
apt-cache search "whatever"
|
||||
|
||||
# To display package records for the named package(s):
|
||||
apt-cache show pkg(s)
|
||||
|
|
Loading…
Reference in a new issue