- Open terminal
- Type this
sudo nano /etc/apt/apt.conf
- Add this line if there in no authentication in your proxy
Acquire::http::proxy "http://proxyserver:port/";
- Add this if there is authentication in your proxy
Acquire::http::proxy "http://username:password@proxyserver:port/";
- Press Ctrl+x and then press y
0 comments:
Post a Comment