1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 11:17:59 +01:00
tldr/pages/linux/pkginfo.md

20 lines
317 B
Markdown
Raw Normal View History

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