User Tools

Site Tools


howtos:apt_through_a_proxy_server
sudo gedit /etc/apt/apt.conf

add the following:

ACQUIRE {
http::proxy "http://user name:passw@host:port/"
} 

to set up wget:

sudo gedit /etc/wgetrc

uncomment the line with the http_proxy like this:

# You can set the default proxies for Wget to use for http and ftp.
# They will override the value in the environment.
http_proxy = http://proxy.yoyodyne.com:18023/
#ftp_proxy = http://proxy.yoyodyne.com:18023/
# If you do not want to use proxy at all, set this to off.
use_proxy = on

Source: http://ubuntuforums.org/showthread.php?t=136065//

howtos/apt_through_a_proxy_server.txt · Last modified: 02/12/2018 21:34 by 127.0.0.1