pkginfo
Query the package database on a CRUX system. More information: <https://crux.nu/Main/Handbook3-6#ntoc19>.
Install
- All systems
-
curl cmd.cat/pkginfo.sh
- Debian
-
apt-get install python3-pkginfo - Ubuntu
-
apt-get install python3-pkginfo - Arch Linux
-
pacman -S python3-pkginfo - Kali Linux
-
apt-get install python3-pkginfo - Fedora
-
dnf install python3-pkginfo - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-pkginfo - Raspbian
-
apt-get install python3-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
© tl;dr; authors and contributors