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

  • 相关阅读:
    PHP中使用CURL实现GET和POST请求
    PHP 正则表达式匹配函数 preg_match 与 preg_match_all
    微信跳转黑科技:微信跳转技术让微信电商从此不缺流量
    PHP通过get方法获得form表单数据方法总结
    php获取微信基础接口凭证Access_token
    PHP命名空间与自动加载类详解
    PHP如何搭建百度Ueditor富文本编辑器
    PHP调用微博接口实现微博登录的方法示例
    PHP常用日期加减计算方法实例
    微信公众平台---带参数二维码生成和扫描事件
  • 原文地址:https://www.cnblogs.com/feiling/p/5048210.html
Copyright © 2011-2022 走看看