Files
cheatsheet-tldr/tldr/linux/pkginfo
2025-04-20 00:20:58 +00:00

26 lines
520 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# pkginfo
> Query the package database on a CRUX system.
> More information: <https://crux.nu/Main/Handbook3-6#ntoc19>.
- List installed packages and their versions:
`pkginfo {{[-i|--installed]}}`
- List files owned by a package:
`pkginfo {{[-l|--list]}} {{package}}`
- List the owner(s) of files matching a pattern:
`pkginfo {{[-o|--owner]}} {{pattern}}`
- Print the footprint of a file:
`pkginfo -f {{path/to/file}}`