Ubuntu 14.04 更换阿里云源

前端之家收集整理的这篇文章主要介绍了Ubuntu 14.04 更换阿里云源前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

转自:点击打开链接

sudo cp /etc/apt/sources .list /etc/apt/sources .list.bak #备份
sudo vim /etc/apt/sources .list #修改
sudo apt-get update #更新列表

阿里云源

deb http: //mirrors .aliyun.com /ubuntu/ trusty main restricted universe multiverse
deb http: //mirrors .aliyun.com /ubuntu/ trusty-security main restricted universe multiverse
deb http: //mirrors .aliyun.com /ubuntu/ trusty-updates main restricted universe multiverse
deb http: //mirrors .aliyun.com /ubuntu/ trusty-proposed main restricted universe multiverse
deb http: //mirrors .aliyun.com /ubuntu/ trusty-backports main restricted universe multiverse
deb-src http: //mirrors .aliyun.com /ubuntu/ trusty main restricted universe multiverse
deb-src http: //mirrors .aliyun.com /ubuntu/ trusty-security main restricted universe multiverse
@H_301_143@ deb-src http: //mirrors .aliyun.com /ubuntu/ trusty-updates main restricted universe multiverse
deb-src http: //mirrors .aliyun.com /ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http: //mirrors .aliyun.com /ubuntu/ trusty-backports main restricted universe multiverse
原文链接:https://www.f2er.com/ubuntu/353831.html

猜你在找的Ubuntu相关文章