Formatted all pages according to guidelines.
This commit is contained in:
@@ -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}}`
|
||||
|
Reference in New Issue
Block a user