1
0
mirror of https://github.com/cheat/cheat.git synced 2025-07-04 04:41:58 +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

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