From 8d75ee723f1cc5347154e4a523bbe5677bad8f50 Mon Sep 17 00:00:00 2001 From: Steven Wilson Date: Sat, 24 Aug 2013 16:16:59 +0100 Subject: [PATCH] add show to apt-cache cheatsheet --- cheatsheets/apt-cache | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cheatsheets/apt-cache b/cheatsheets/apt-cache index 933212b..3af3023 100644 --- a/cheatsheets/apt-cache +++ b/cheatsheets/apt-cache @@ -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)