Wednesday, November 25, 2009

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.

No comments: