Ubuntu 修改 APT 源列表 sources.list 为阿里源 1:备份源文件 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 1. 2:编辑源文件 sudo vim /etc/apt/sources.list 1. 3:删除原来内容,输入以下内容 deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe...