mirror of
https://github.com/cheat/cheat.git
synced 2025-07-03 20:31:58 +02:00
Merge pull request #34 from stvnwlsn/mychanges
add show to apt-cache cheatsheet
This commit is contained in:
@ -1,2 +1,5 @@
|
|||||||
# To search for apt packages:
|
# To search for apt packages:
|
||||||
apt-cache search "whatever"
|
apt-cache search "whatever"
|
||||||
|
|
||||||
|
# To display package records for the named package(s):
|
||||||
|
apt-cache show pkg(s)
|
||||||
|
Reference in New Issue
Block a user