In my office I want to update and download through wget and here they are using a proxy. How can I get wget to use the proxy from the command-line?
| ||||
|
feedback
|
|
Either export the "http_proxy" environment variable as in "export http_proxy=http://myproxy:port" or add
To /etc/apt/apt.conf. | |||||||
|
feedback
|
|
If your machine is behind a proxy running a Microsoft NTLM based web proxy you may need something like the (python based) ntlmaps to sit between wget/apt-get and the real proxy to do the authentication for you. | |||
|
feedback
|
apt-getbut the question is aboutwget. Which one of the two are you interested in? – Riccardo Murri Oct 15 '10 at 14:51