mirror of
https://github.com/cheat/cheat.git
synced 2024-11-14 08:01:09 +01:00
Merge pull request #34 from stvnwlsn/mychanges
add show to apt-cache cheatsheet
This commit is contained in:
commit
f96fc89c0a
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