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)