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

@@ -2,18 +2,18 @@
> A tool that shows information about installed packages.
- List all installed packages.
- List all installed packages:
`dpkg-query -l`
- List installed packages matching a pattern.
- List installed packages matching a pattern:
`dpkg-query -l '{{pattern}}'`
- List all files installed by a package.
- List all files installed by a package:
`dpkg-query -L {{package_name}}`
- Show information about a package.
- Show information about a package:
`dpkg-query -s {{package_name}}`