1DEBCONF(1) Debconf DEBCONF(1)
2
3
4
6 debconf - run a debconf-using program
7
9 debconf [options] command [args]
10
12 Debconf is a configuration system for Debian packages. For a debconf
13 overview and documentation for sysadmins, see debconf(7) (in the
14 debconf-doc package).
15
16 The debconf program runs a program under debconf's control, setting it
17 up to talk with debconf on stdio. The program's output is expected to
18 be debconf protocol commands, and it is expected to read result codes
19 on stdin. See debconf-devel(7) for details about the debconf protocol.
20
21 The command to be run under debconf must be specified in a way that
22 will let your PATH find it.
23
24 This command is not the usual way that debconf is used. It's more
25 typical for debconf to be used via dpkg-preconfigure(8) or
26 dpkg-reconfigure(8).
27
29 -opackage, --owner=package
30 Tell debconf what package the command it is running is a part of.
31 This is necessary to get ownership of registered questions right,
32 and to support unregister and purge commands properly.
33
34 -ftype, --frontend=type
35 Select the frontend to use.
36
37 -pvalue, --priority=value
38 Specify the minimum priority of question that will be displayed.
39
40 --terse
41 Enables terse output mode. This affects only some frontends.
42
44 To debug a shell script that uses debconf, you might use:
45
46 DEBCONF_DEBUG=developer debconf my-shell-prog
47
48 Or, you might use this:
49
50 debconf --frontend=readline sh -x my-shell-prog
51
53 debconf-devel(7), debconf(7)
54
56 Joey Hess <joeyh@debian.org>
57
58
59
60 2023-07-19 DEBCONF(1)