kubuntUO - RunUO linux for human beings

Wednesday, February 06, 2008

Setup Kubuntu Proxy for APT-GET or WGET

Greetings,

This is just a mental post for me. I can never remember where to add the proxy settings for apt-get and wget. There are several places. This one seems to work best with Kubuntuo 7.10

sudo kate /home/test/.bashrc

export http_proxy=http://http.com:8000
export https_proxy=http://https.com:8000
export ftp_proxy=http://ftp.com:8000

NOTE: test is the local user name

-Ravon