1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/pkginfo.md
2016-01-21 13:44:43 +01:00

19 lines
317 B
Markdown

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