I've got an Ubuntu 11.10 system connected via a proxy to the internet, and I would like to install packages via apt-get. When I try to do that I get this error message:
sudo apt-get install libboost-program-options-dev
[...]
Err http://gb.archive.ubuntu.com/ubuntu/ oneiric/main libboost1.46-dev i386 1.46.1-5ubuntu2
407 Proxy Authentication Required
Any ideas?
This method worked for me.....just have a try...
check the file
/etc/apt/apt.conf
The contents were,
This was the reason why you could reach proxy but couldn't get past it, since there is no username password information. So just put that info into it..
save the file and you are done...
BROTIP: More better add these lines in another file,
/etc/apt/apt.conf.d/80proxy
. This will ensure that after a version upgrade changes won't be lost.To configure a proxy temporary, set the
http_proxy
environment variable. If the proxy isproxy.example.com
on port8080
and you need to authenticate with usernameuser
and passwordpass
, run:To set such a proxy permanently, create
/etc/apt/apt.conf.d/30proxy
containing:The changes are immediately visible the next time you run apt.
An alternative is to use Synaptics Package Manager, setting in its Preferences the proxy to which you want to connect. You can find the configuration using this path: Settings -> Preferences -> Network