1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-21 23:56:05 +02:00

Merge pull request from stvnwlsn/mychanges

add show to apt-cache cheatsheet
This commit is contained in:
Chris Lane 2013-08-24 13:46:33 -07:00
commit f96fc89c0a

@ -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)