| Subcribe via RSS

Ubuntu : use apt-get install behide proxy server

June 10th, 2008 Posted in Ubuntu

I have a problem with using apt-get while I work at my company, because they use proxy server. Here’s the solution.

COMMAND
$ http_proxy=http://username:password@host:port/

$ export http_proxy

Leave a Reply