Ubuntu终端施用的proxy的设置

Ubuntu终端使用的proxy的设置在你的当前用户下的配置文件,比如~/.bashrc中添加几行:wget https://dl.googl

Ubuntu终端使用的proxy的设置

在你的当前用户下的配置文件,比如~/.bashrc中添加几行:

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb --no-check-certificate

成功下载。


如果想在全系统范围内使用,可以将上面的配置放在/etc/environment文件中,然后重启计算机。