Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

So I have a proxy.pac file at work (it doesn't have a username or password) it's just a simple .pac file.

I've gotten it to work with Chrome so I can surf the web, but apt-get and update do not work. How would I go about making this work?

Im on 10.10 btw.

share|improve this question

2 Answers

up vote 2 down vote accepted

In system --> preferences --> network proxy, enable Automatic proxy configuration and enter the URL of the PAC.

Then press apply system wide, and that should do the trick.

share|improve this answer

sudo apt-get update failed (on a fresh 11.04 VM) after following the instructions in DemonWareXT's answer (System -> Preferences -> Network Proxy).

I followed the instructions I found in help.ubuntu.com/community/AptGet (under "APT configuration file method") and then it worked.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.