debian提供了方便的软件包管理工具"新立得包管理器", 其中包含了代理服务器的设置,但它只能在图形界面下使用.
- 在终端下设置apt代理方法:
$ export http_proxy=http://user:pass@proxy_server_IP:port
(但关闭终端后, 这个设置就失效了.要使得设置长期有效, 可以在 ~/.bashrc 中添加上述命令.)
第二步:
$ sudo vi /etc/apt/apt.conf
加入一句话:
Acquire::http::proxy "http://username:password@proxy_adress:port_number";
- 取消设置的代理: