tldr/pages/linux/pkginfo.md

20 lines
312 B
Markdown
Raw Normal View History

# 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}}`
2016-01-07 22:49:26 +00:00
- list the owner(s) of files matching a pattern
`pkginfo -o {{pattern}}`
- print the footprint of a file
`pkginfo -f {{file}}`