APT-GET via Proxy
Environment
Going to the Internet must be via proxy
Solution
Go to /etc/apt/apt.conf.d/
For http and ftp, create 99proxy, and edit
- Ubuntu 8.04
Going to the Internet must be via proxy
Solution
Go to /etc/apt/apt.conf.d/
For http and ftp, create 99proxy, and edit
Acquire::http::Proxy "http://username:password@proxy:port";
Acquire::ftp::Proxy "ftp://username:password@proxy:port";