Penguin's technical blog
Wednesday, June 06, 2018
apt-get with proxy
sudo vim /etc/apt/apt.conf
Add the following lines:
Acquire::http::Proxy "http://user:pass@server:port";
Acquire::https::Proxy "http://user:pass@server:port";
Reference
https://askubuntu.com/questions/257290/configue-proxy-for-apt
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment