1Dpkg(3) libdpkg-perl Dpkg(3)
2
3
4
6 Dpkg - module with core variables
7
9 The Dpkg module provides a set of variables with information concerning
10 this system installation.
11
13 $Dpkg::PROGNAME
14 Contains the name of the current program.
15
16 $Dpkg::PROGVERSION
17 Contains the version of the dpkg suite.
18
19 $Dpkg::PROGMAKE
20 Contains the name of the system GNU make program.
21
22 $Dpkg::PROGTAR
23 Contains the name of the system GNU tar program.
24
25 $Dpkg::PROGPATCH
26 Contains the name of the system GNU patch program (or another
27 implementation that is directory traversal resistant).
28
29 $Dpkg::CONFDIR
30 Contains the path to the dpkg system configuration directory.
31
32 $Dpkg::ADMINDIR
33 Contains the path to the dpkg database directory.
34
35 $Dpkg::LIBDIR
36 Contains the path to the dpkg methods and plugins directory.
37
38 $Dpkg::DATADIR
39 Contains the path to the dpkg architecture tables directory.
40
42 Version 1.03 (dpkg 1.18.24)
43 New variable: $PROGPATCH.
44
45 Version 1.02 (dpkg 1.18.11)
46 New variable: $PROGTAR, $PROGMAKE.
47
48 Version 1.01 (dpkg 1.17.0)
49 New variables: $PROGNAME, $PROGVERSION, $CONFDIR, $ADMINDIR, $LIBDIR
50 and $DATADIR.
51
52 Deprecated variables: $version, $admindir, $dpkglibdir and $pkgdatadir.
53
54 Version 1.00 (dpkg 1.15.6)
55 Mark the module as public.
56
57
58
591.18.25 2018-06-26 Dpkg(3)