Proxy for apt-get
To access apt through proxy, edit the file /etc/apt/apt.conf.d/70debconf and add the line
Acquire::http::Proxy "http://proxy:3128";
where proxy:3128 is your proxy server address and port.
By a programmer, system administrator
To access apt through proxy, edit the file /etc/apt/apt.conf.d/70debconf and add the line
Acquire::http::Proxy "http://proxy:3128";
No comments:
Post a Comment