add pages for crux package management utilities

This commit is contained in:
ix
2016-01-06 19:32:05 -05:00
parent 993f9e3955
commit bc568b98c8
6 changed files with 114 additions and 0 deletions

19
pages/linux/pkginfo.md Normal file
View File

@@ -0,0 +1,19 @@
# 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 a file matching a pattern
`pkginfo -o {{pattern}}`
- print the footprint of a file
`pkginfo -f {{file}}`