You need to configure the Ubuntu 10.04 synaptic to work through a squid proxy server with authorization.

    1 answer 1

    It is necessary to set the proxy server settings in the /etc/apt/apt.conf file:

     Acqure::http::Proxy "http://домен\логин:пароль@айпи-прокси-сервера:порт";Acqure::::Proxy "true"; 

    Domain, password, IP-proxy server, port, substitute your own, depending on your proxy server, if you do not need server authentication, then write:

     Acqure::http::Proxy "http://айпи-прокси-сервера:порт";Acqure::::Proxy "true"; 
    • /etc/apt/apt.conf registered Acqure :: http :: Proxy " user: 111@192.168.0.1: 3128Rerozaries are still unavailable! - kazak
    • The second line is also necessary to register. Acqure :::: Proxy "true"; - dvshulgin