dpkg-preconfigure
let packages ask questions prior to their installation
- Provided by: debconf (Version: 1.5.66ubuntu1)
- Report a bug
let packages ask questions prior to their installation
dpkg-preconfigure [options] package.deb dpkg-preconfigure --apt
dpkg-preconfigure lets packages ask questions before they are installed. It operates on a set of debian packages, and all packages that use debconf will have their config script run so they can examine the system and ask questions.
// Pre-configure all packages before
// they are installed.
DPkg::Pre-Install-Pkgs {
"dpkg-preconfigure --apt --priority=low";
};
Joey Hess <joeyh@debian.org>