Formatted pkg-related pages.

This commit is contained in:
Ruben Vereecken
2016-01-21 13:44:43 +01:00
parent 74476c3800
commit cc4a1447e3
6 changed files with 29 additions and 29 deletions

View File

@@ -1,19 +1,19 @@
# pkginfo
> Query the package database on a CRUX system
> Query the package database on a CRUX system.
- list installed packages and their versions
- List installed packages and their versions:
`pkginfo -i`
- list files owned by a package
- List files owned by a package:
`pkginfo -l {{package-name}}`
- list the owner(s) of files matching a pattern
- List the owner(s) of files matching a pattern:
`pkginfo -o {{pattern}}`
- print the footprint of a file
- Print the footprint of a file:
`pkginfo -f {{file}}`