add pages for crux package management utilities
This commit is contained in:
19
pages/linux/pkginfo.md
Normal file
19
pages/linux/pkginfo.md
Normal 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}}`
|
Reference in New Issue
Block a user