微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

添加ubuntu升级库

http://www.cnblogs.com/littlemonsters/p/5783690.html

http://blog.csdn.net/xie1xiao1jun/article/details/49911189

===================================


ubuntu10.10的源列表

deb http://old-releases.ubuntu.com/ubuntu maverick main universe restricted multiverse
deb-src http://old-releases.ubuntu.com/ubuntu maverick main universe restricted multiverse
deb http://old-releases.ubuntu.com/ubuntu maverick-security universe main multiverse restricted
deb-src http://old-releases.ubuntu.com/ubuntu maverick-security universe main multiverse restricted
deb http://old-releases.ubuntu.com/ubuntu maverick-updates universe main multiverse restricted
deb http://old-releases.ubuntu.com/ubuntu maverick-proposed universe main multiverse restricted
deb-src http://old-releases.ubuntu.com/ubuntu maverick-proposed universe main multiverse restricted
deb http://old-releases.ubuntu.com/ubuntu maverick-backports universe main multiverse restricted
deb-src http://old-releases.ubuntu.com/ubuntu maverick-backports universe main multiverse restricted
deb-src http://old-releases.ubuntu.com/ubuntu maverick-updates universe main multiverse restricted



===================================

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

原文地址:https://www.jb51.cc/ubuntu/352686.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐