File: apt.conf

package info (click to toggle)
debconf 1.5.92
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,176 kB
  • sloc: perl: 8,500; sh: 262; python: 182; makefile: 147
file content (3 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (21)
1
2
3
// Pre-configure all packages with debconf before they are installed.
// If you don't like it, comment it out.
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";};