Setting Up a Proxy for the APT Package Manager
12/11/24Less than 1 minute
Setting Up a Proxy for the APT Package Manager
sudo vim /etc/apt/apt.conf.d/80proxy
Acquire::http::proxy "http://10.10.1.20:8080/";
Acquire::https::proxy "http://10.10.1.20:8080/";
# Acquire::ftp::proxy "ftp://10.10.1.20:8080/";AI Translation | AI 翻译
This article was translated from Chinese to English by AI. If there are any inaccuracies, please refer to the original Chinese version.
本文由 AI 辅助从中文翻译为英文。如遇不准确之处,请以中文原版为准。
