Merge pull request #34 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 changed files with 3 additions and 0 deletions

View File

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