How to Use APT with Proxy on Ubuntu and Debian
/etc/apt/apt.conf.d/proxy.conf
Acquire {
HTTP::proxy "http://proxy_server:port/";
HTTPS::proxy "http://proxy_server:port/";
}
https://linuxiac.com/how-to-use-apt-with-proxy/
/etc/apt/apt.conf.d/proxy.conf
Acquire {
HTTP::proxy "http://proxy_server:port/";
HTTPS::proxy "http://proxy_server:port/";
}
https://linuxiac.com/how-to-use-apt-with-proxy/