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
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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM