安装 ubuntu 后使用 sed 更换国内源 cd /etc/apt sed -i "s/archive.ubuntu.com/mirrors.aliyun.com/g" /etc/apt/sources.list 也可以使用 163 源:mirrors.163.com 。