Module package

Module package 

Source
Expand description

These fields contain information about an installed software package. It contains general information about a package, such as name, version or size. It also contains installation details, such as time or location.

Constantsยง

PACKAGE_ARCHITECTURE
Package architecture.
PACKAGE_BUILD_VERSION
Additional information about the build version of the installed package. For example use the commit SHA of a non-released package.
PACKAGE_CHECKSUM
Checksum of the installed package for verification.
PACKAGE_DESCRIPTION
Description of the package.
PACKAGE_INSTALLED
Time when package was installed.
PACKAGE_INSTALL_SCOPE
Indicating how the package was installed, e.g. user-local, global.
PACKAGE_LICENSE
License under which the package was released. Use a short name, e.g. the license identifier from SPDX License List where possible (https://spdx.org/licenses/).
PACKAGE_NAME
Package name
PACKAGE_PATH
Path where the package is installed.
PACKAGE_REFERENCE
Home page or reference URL of the software in this package, if available.
PACKAGE_SIZE
Package size in bytes.
PACKAGE_TYPE
Type of package. This should contain the package file type, rather than the package manager name. Examples: rpm, dpkg, brew, npm, gem, nupkg, jar.
PACKAGE_VERSION
Package version