为Ubuntu的apt-get设置代理Proxy服务器
在Ubuntu中,apt-get是一个必不可少的命令,但如果需要设置代理上网的环境中使用的话,还是需要做点调整的:
打开 /etc/apt/apt.conf (在最新的11.04版本中,此文件不存在,手动创建一个即可。)
加入一行:
Acquire::http::Proxy "http://username:password@proxyserver:port";
其中:
username: 代理服务器的用户名 (如果需要的话)
password: 代理服务器的密码 (如果需要的话)
proxyserver:代理服务器的IP地址或主机名称
port:端口
注意别忘记最后的分号
相关推荐
liyansring 2020-08-15
liym 2020-07-20
dongfangxiaozi 2020-07-19
katanaFlower 2020-07-05
JM 2020-06-21
咻咻ing 2020-06-16
zhangpan 2020-06-11
greent00 2020-06-10
csdmeb 2020-06-08
VFCSDN 2020-06-07
IsanaYashiro 2020-06-06
GluttonousZX 2020-06-06
yss0 2020-06-02
lilygg 2020-05-29
zwt00 2020-05-29
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
flyDeDog 2020-05-28
kuzilala 2020-05-28