建立/etc/apt/apt.conf文件
其中寫入代理,格式如下:
Acquire::http::proxy "http://192.168.2.200:808/";
Acquire::ftp::proxy "ftp://192.168.2.200:808/";
Acquire::https::proxy "https://192.168.2.200:808/";
千萬記住了,很好用o~