mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 17:17:56 +01:00
317 B
317 B
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}}