Translation(s): English - Italiano - Português (Brasil) - Русский


DebianPackage > debconf


disambiguation : This page is about Debian configuration management system.
For Debian Conferences, see DebConf.


debconf is, to put it simply, "Install Shield Wizards Done Right", and is one of the main advantages of Debian-based distributions.

When you install or upgrade packages, debconf asks all their configuration questions at once, and stores the answers in a database. Then when each package installs itself, its scripts use the preferences from the database. This saves the hassle of editing configuration files by hand, and also of waiting for each individual package to install before responding to certain configuration questions.

To change the default interface and which questions to prompt/skip, type in a console:

sudo dpkg-reconfigure debconf 

To reconfigure some other package, do:

sudo dpkg-reconfigure <package> 

For example, dpkg-reconfigure locales reconfigures your locales.

See also


CategorySystemAdministration