zoukankan      html  css  js  c++  java
  • ubuntu14.04 LTS 更新源

    官方源:

    deb http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse

    deb http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse

    deb http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse

    deb http://archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse

    deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

    deb-src http://archive.ubuntu.com/ubuntu/ trusty main restricted universe multiverse

    deb-src http://archive.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse

    deb-src http://archive.ubuntu.com/ubuntu/ trusty-updates main restricted universe multiverse

    deb-src http://archive.ubuntu.com/ubuntu/ trusty-proposed main restricted universe multiverse

    deb-src http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

    deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse

    163源:

    deb http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse

    deb http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse

    deb http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse

    deb http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse

    deb-src http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse

    deb-src http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse

    deb-src http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse

    deb-src http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse

    deb-src http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse

    阿里源:

    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

    centos源(放心使用):

    deb http://centos.bitcomm.cn/ubuntu trusty main restricted universe multiverse

    deb http://centos.bitcomm.cn/ubuntu trusty-security main restricted universe multiverse

    deb http://centos.bitcomm.cn/ubuntu trusty-updates main restricted universe multiverse

    deb http://centos.bitcomm.cn/ubuntu trusty-backports main restricted universe multiverse

    deb http://centos.bitcomm.cn/ubuntu trusty-proposed main restricted universe multiverse

    deb-src http://centos.bitcomm.cn/ubuntu trusty main restricted universe multiverse

    deb-src http://centos.bitcomm.cn/ubuntu trusty-security main restricted universe multiverse

    deb-src http://centos.bitcomm.cn/ubuntu trusty-updates main restricted universe multiverse

    deb-src http://centos.bitcomm.cn/ubuntu trusty-backports main restricted universe multiverse

    deb-src http://centos.bitcomm.cn/ubuntu trusty-proposed main restricted universe multiverse

    搜狐源:

    deb http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiverse

    deb http://mirrors.sohu.com/ubuntu/ trusty-security main restricted universe multiverse

    deb http://mirrors.sohu.com/ubuntu/ trusty-updates main restricted universe multiverse

    deb http://mirrors.sohu.com/ubuntu/ trusty-proposed main restricted universe multiverse

    deb http://mirrors.sohu.com/ubuntu/ trusty-backports main restricted universe multiverse

    deb-src http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiverse

    deb-src http://mirrors.sohu.com/ubuntu/ trusty-security main restricted universe multiverse

    deb-src http://mirrors.sohu.com/ubuntu/ trusty-updates main restricted universe multiverse

    deb-src http://mirrors.sohu.com/ubuntu/ trusty-proposed main restricted universe multiverse

    deb-src http://mirrors.sohu.com/ubuntu/ trusty-backports main restricted universe multiverse

    第三步:选择好你要的源并且复制到你的源列表之后,关闭列表,使用sudo apt-get update命令更新

    第四步:sudo apt-get upgrade

    最后,附上我参考的地址: http://wiki.ubuntu.org.cn/Qref/Source

  • 相关阅读:
    windows应用程序单实例
    11. 无数人难办事?
    递归、尾递归和使用Stream延迟计算优化尾递归
    吴裕雄--天生自然MySQL学习笔记:MySQL 函数
    吴裕雄--天生自然MySQL学习笔记:MySQL 导入数据
    吴裕雄--天生自然MySQL学习笔记:MySQL 导出数据
    吴裕雄--天生自然MySQL学习笔记:MySQL 及 SQL 注入
    吴裕雄--天生自然MySQL学习笔记:MySQL 处理重复数据
    吴裕雄--天生自然MySQL学习笔记:MySQL 序列使用
    吴裕雄--天生自然MySQL学习笔记:MySQL 元数据
  • 原文地址:https://www.cnblogs.com/feiling/p/5048210.html
Copyright © 2011-2022 走看看