コマンド
|
概要
|
debconf-apt-progress
|
installs packages using debconf to display a progress bar. The given command should be any command-line apt frontend; specifically, it must send progress information to the file descriptor selected by the "APT::Status-Fd" configuration option.
|
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.
|
debconf-copydb
|
copies items from an existing debconf database into another, possibly new database. The two databases may have different formats; if so a conversion will automatically be done.
|
debconf-escape
|
When debconf has the 'escape' capability set, it will expect commands you send it to have backslashes and newlines escaped (as "\\" and "\n" respectively) and will in turn escape backslashes and newlines in its replies.
|
debconf-set-selections
|
can be used to pre-seed the debconf database with answers, or to change answers in the database. Each question will be marked as seen to prevent debconf from asking the question interactively.
|
debconf-show
|
lets you query the debconf database in different ways. The most common use is "debconf-show packagename", which displays all items in the debconf database owned by a given package, and their current values.
|