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