I'm trying to make the Update Manager work through the proxy on my ubuntu 9.10. I've tried what was suggested in this question, but the Update Manager still reports 409 conflict. Would really appreciate if anybody could help me with this.
The window manager solution turned out to simple: System->Administration->Synaptic package manager, then in the Synaptic window Settings->Preferences->Network. Manually enter the http_proxy field. And it works now. Still am curious as to how to do this from command line though.
/etc/apt/apt.conf.d/40proxy
as explained in the post you have referred ? (If you clicked "Apply system-wide..." inNetwork Proxy
after creating that file, it may get deleted) – koushik Oct 11 '10 at 13:16apt-get update
from the terminal? or do you get the same HTTP 409 error? – Riccardo Murri Oct 11 '10 at 18:55