Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

@@ -1,15 +1,15 @@
# apt-cache
> Debian and Ubuntu package query tool
> Debian and Ubuntu package query tool.
- Search for a package in your current sources
- Search for a package in your current sources:
`apt-cache search {{query}}`
- Show information about a package
- Show information about a package:
`apt-cache show {{package}}`
- Show whether a package is installed and up to date
- Show whether a package is installed and up to date:
`apt-cache policy {{package}}`