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.
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.
['apt-get' doesn’t work with Proxy] [1] [1]: https://askubuntu.com/questions/23666/apt-get-does-not-work-with-proxy
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 /";
Source: https://ru.stackoverflow.com/questions/344985/
All Articles