Dpkg (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
Dpkg - module with core variablesDESCRIPTION
The Dpkg module provides a set of variables with information concerning this system installation.VARIABLES
- $Dpkg::PROGNAME
- Contains the name of the current program.
- $Dpkg::PROGVERSION
- Contains the version of the dpkg suite.
- $Dpkg::PROGMAKE
-
Contains the name of the system GNUmake program.
- $Dpkg::PROGTAR
-
Contains the name of the system GNUtar program.
- $Dpkg::PROGPATCH
-
Contains the name of the system GNUpatch program (or another implementation that is directory traversal resistant).
- $Dpkg::CONFDIR
- Contains the path to the dpkg system configuration directory.
- $Dpkg::ADMINDIR
- Contains the path to the dpkg database directory.
- $Dpkg::LIBDIR
- Contains the path to the dpkg methods and plugins directory.
- $Dpkg::DATADIR
- Contains the path to the dpkg architecture tables directory.
CHANGES
Version 1.03 (dpkg 1.18.24)
New variable: $PROGPATCH.Version 1.02 (dpkg 1.18.11)
New variable: $PROGTAR, $PROGMAKE.Version 1.01 (dpkg 1.17.0)
New variables: $PROGNAME, $PROGVERSION, $CONFDIR, $ADMINDIR, $LIBDIR and $DATADIR.Deprecated variables: $version, $admindir, $dpkglibdir and $pkgdatadir.