logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

debconf-communicate - communicate with debconf

Author

       Joey Hess <joeyh@debian.org>

                                                   2024-11-20                             DEBCONF-COMMUNICATE(1)

Description

debconf-communicate allows you to communicate with debconf on the fly, from the command line. The package
       argument is the name of the package which you are pretending to be as you communicate with debconf, and
       it may be omitted if you are lazy. It reads commands in the form used by the debconf protocol from stdin.
       For documentation on the available commands and their usage, see the debconf specification.

       The commands are executed in sequence. The textual return code of each is printed out to standard output.

       The return value of this program is the numeric return code of the last executed command.

Example

        echo get debconf/frontend | debconf-communicate

       Print out the value of the debconf/frontend question.

Name

       debconf-communicate - communicate with debconf

See Also

debconf-loadtemplate(1)

Synopsis

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

Warning

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

return

See Also