The update manager gives these errors

W:Failed to fetch http://extras.ubuntu.com/ubuntu/dists/precise/main/source/Sources 407 Proxy Authentication Required

Where should he register proxy settings? Also packages are not installed via apt-get.

  • and what do you have a proxy? - pyatak
  • yes, proxy system goes to no - Heleg 1

2 answers 2

['apt-get' doesn’t work with Proxy] [1] [1]: https://askubuntu.com/questions/23666/apt-get-does-not-work-with-proxy

  • Wah, thanks helped. corrected /etc/apt/apt.conf, if anyone is interested - Heleg 1

in the console: export http_proxy = http: // proxy-server : port /

either the same in .bashrc

or:

on constantly: /etc/apt/apt.conf, in it Acquire :: http :: Proxy "http: // server: port /";