正解:
dpkg-reconfigure
Explanation
The command dpkg-reconfigure is a Debian package management tool that asks the configuration questions for a specific already installed package just as if the package were being installed for the first time. It can be used to reconfigure a package that was previously installed with default settings, or to change the settings of a package that requires user input during installation. It can also be used to fix a broken configuration file or to restore the original configuration file of a package. References:
* Debian Reference: Chapter 2. Debian package management
* LPI Linux Essentials: 1.3 Package Management