mirror of https://github.com/cheat/cheat.git
add show to apt-cache cheatsheet
This commit is contained in:
parent
c460bfdb31
commit
8d75ee723f
|
@ -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 New Issue