Ubuntu : use apt-get install behide proxy server

by toy

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