DPKG-PRECONFIGURE(8) | Debconf | DPKG-PRECONFIGURE(8) |
dpkg-preconfigure - 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>
2023-01-08 |