From bdfa9c394f6f2b275228937be8161a1d9ba442d1 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 30 Dec 2015 19:53:12 +0000 Subject: [PATCH] Add apt-cache --- pages/linux/apt-cache.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/apt-cache.md diff --git a/pages/linux/apt-cache.md b/pages/linux/apt-cache.md new file mode 100644 index 0000000000..73317742a8 --- /dev/null +++ b/pages/linux/apt-cache.md @@ -0,0 +1,15 @@ +# apt-cache + +> Debian and Ubuntu package query tool + + - Search for a package in your current sources + +`apt-cache search {{query}}` + + - Show information about a package + +`apt-cache show {{package}}` + + - Show whether a package is installed and up to date + +`apt-cache policy {{package}}`