APT-GET更新代理服务器 By iok | 2018-11-27 0 Comment Acquire::http { Proxy “http://192.168.5.1:3142”; }; 配置例子: $ sudo vim /etc/apt/apt.conf # 沒有檔案就直接建立, 寫下述內容即可 Acquire::http::Proxy “http://xx.xxx.xxx.xxx:8080”; 再來 apt-get update; apt-get upgrade .. 等等都會透過 Proxy 囉~