众所周知,因为文化上的自信,很多国外的网站都被墙了。当我们需要更新电脑上的一些软件的时候,要么非常慢,要么直接访问不了,这里特地记录一下ubuntu系统下 apt install 命令如何使用代理的方法。
为apt命令指定 -o Acquire::http::proxy="http代理地址"
例如:
sudo apt -o Acquire::http::proxy="http://127.0.0.1:36033/" install ffmpeg