1DEBCONF-COMMUNICATE(1)              Debconf             DEBCONF-COMMUNICATE(1)
2
3
4

NAME

6       debconf-communicate - communicate with debconf
7

SYNOPSIS

9        echo commands | debconf-communicate [options] [package]
10

DESCRIPTION

12       debconf-communicate allows you to communicate with debconf on the fly,
13       from the command line. The package argument is the name of the package
14       which you are pretending to be as you communicate with debconf, and it
15       may be omitted if you are lazy. It reads commands in the form used by
16       the debconf protocol from stdin. For documentation on the available
17       commands and their usage, see the debconf specification.
18
19       The commands are executed in sequence. The textual return code of each
20       is printed out to standard output.
21
22       The return value of this program is the numeric return code of the last
23       executed command.
24

EXAMPLE

26        echo get debconf/frontend | debconf-communicate
27
28       Print out the value of the debconf/frontend question.
29

WARNING

31       This program should never be used from a maintainer script of a package
32       that uses debconf! It may however, be useful in debugging.
33

SEE ALSO

35       debconf-loadtemplate(1)
36

AUTHOR

38       Joey Hess <joeyh@debian.org>
39
40
41
42                                  2011-02-02            DEBCONF-COMMUNICATE(1)
Impressum