pkginfo
pkginfo
is a command line tool that provides information about installed packages on Unix-based systems. It primarily focuses on package metadata and offers a comprehensive overview of installed packages on the system.
When executed, pkginfo
displays details such as package name, version, installation date, and size. This information helps system administrators and users keep track of the software installed on their system.
The command supports various options to customize the output. It allows filtering of packages based on specific criteria such as vendor, architecture, or category, making it easier to manage and view specific packages.
Along with package information, pkginfo
allows users to query package dependencies. By using the appropriate flags, it can display a list of packages that a particular package depends on, giving a better understanding of the package's requirements.
pkginfo
also has the ability to provide additional information about a specific package by specifying its name. This includes details like description, installation script location, associated files, and more.
On some systems, pkginfo
supports a GUI interface, enabling users to interactively explore and manage installed packages. This graphical interface provides a user-friendly alternative to the command line, especially for those who prefer a visual approach.
Overall, pkginfo
is a useful command line utility that aids in package management on Unix-based systems by providing key information about installed packages and their dependencies.
List of commands for pkginfo:
-
pkginfo:tldr:418b1 pkginfo: List the owner(s) of files matching a pattern.$ pkginfo -o ${pattern}try on your machineexplain this command
-
pkginfo:tldr:5c628 pkginfo: Print the footprint of a file.$ pkginfo -f ${filename}try on your machineexplain this command
-
pkginfo:tldr:677c0 pkginfo: List files owned by a package.$ pkginfo -l ${package_name}try on your machineexplain this command
-
pkginfo:tldr:bb7c2 pkginfo: List installed packages and their versions.$ pkginfo -itry on your machineexplain this command