我没有使用代理,这个文件也没做过修改
// $Id: apt.conf,v 1.10 2003/06/16 10:22:32 dude Exp $
// See the apt.conf(5) man page for syntax and all available options
APT {
Clean-Installed "false";
Get {
Assume-Yes "false";
Download-Only "false";
Show-Upgraded "true";
Fix-Broken "false";
Ignore-Missing "false";
Compile "false";
};
};
Acquire {
Retries "0";
Http {
Proxy ""; //
http://user:pass@host:port/
}
};
RPM {
Ignore { };
Hold { };
Allow-Duplicated { "^kernel$"; "^kernel-"; "^gpg-pubkey$" };
Options { };
Install-Options "";
Erase-Options "";
Source {
Build-Command "rpmbuild --rebuild";
};
};