System Grab Bag

View all TLDR pages from Linux (or from all pages)

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
  • List files owned by a package:
    pkginfo -l {{package}}
  • List the owner(s) of files matching a pattern:
    pkginfo -o {{pattern}}
  • Print the footprint of a file:
    pkginfo -f {{path/to/file}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.