Kath, [EMAIL PROTECTED], said:
> How can I setup apt-get to work through a proxy?

For an http proxy, set the environment variable[1] http_proxy to
your proxy's url (ie. http://proxy:port/). This also works for
other http-y things, like lynx, so it would probably be worth it
to put it in .profile/.cshrc.

[1] if you don't know how to set an environment variable:
for bash:
export http_proxy=http://proxy:port/
for csh:
setenv http_proxy http://proxy:port/


_______________________________________________
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk

Reply via email to