add show to apt-cache cheatsheet

This commit is contained in:
Steven Wilson 2013-08-24 16:16:59 +01:00
parent c460bfdb31
commit 8d75ee723f
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)