apt.conf-0.5.15 358 B

123456789101112131415161718192021222324
  1. // User configuration
  2. APT
  3. {
  4. Get
  5. {
  6. // Uncomment to show versions of packages
  7. // Show-Versions "true";
  8. };
  9. };
  10. RPM
  11. {
  12. // Uncomment if you DO NOT want to remove older kernels
  13. // Remove-Old-Kernels "false";
  14. }
  15. Acquire
  16. {
  17. CDROM::Copy "true";
  18. Retries "3";
  19. // http::Proxy "http://user:password@proxt-server.example.com:port/";
  20. }