Ubuntu 下 apt-get 更新源推荐

Ubuntu中文版默认选择的是cn.archive.ubuntu.com作为更新源(如果喜欢英文界面的用户那么更新源默认是Ubuntu官网的),在更新系统或者apt-get安装一些软件的时候速度会非常慢,大陆用户最好是添加其他合适的源到源列表的前面。我觉得速度比较不错的源是搜狐、网易和台湾的源,教育网的推荐使用北理工的,貌似这个学校是教育网的骨干节点。
不过很奇怪的是,中国ubuntu官方源(cn.archive.ubuntu.com)是搜狐维护的,和搜狐的镜像mirrors.sohu.com是同一个,但是搜狐却把这个源放在了山东网通这个二线机房,再加上具有中国特色的南北电信差异,直接导致很多南方用户使用中国ubuntu官方源的时候也很慢。我刚到搜狐一周,使用搜狐的源更新飞快,所以很奇怪为啥搜狐没有把这个源放在中心机房。
中国科学技术大学更新服务器(位于合肥,千兆教育网接入,百兆电信/联通线路智能路由),由中科大Linux 用户协会和中科大学网络信息中心维护,包含其他开源镜像,Deepin 官方服务器 实际亦指向此处:

deb http://debian.ustc.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe

##搜狐源(山东网通:适合网通用户)
deb http://mirrors.sohu.com/ubuntu/ precise main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-security main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://mirrors.sohu.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ precise main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://mirrors.sohu.com/ubuntu/ precise-backports main restricted universe multiverse
 
##台湾ubuntu官网源
deb http://tw.archive.ubuntu.com/ubuntu precise main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu precise-security main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
deb http://tw.archive.ubuntu.com/ubuntu precise-proposed main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu precise main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu precise-security main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
deb-src http://tw.archive.ubuntu.com/ubuntu precise-proposed main restricted universe multiverse
 
##教育网帝都的可以使用北理工的源
deb http://mirror.bit.edu.cn/ubuntu/ precise main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ precise-security main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ precise-backports main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ precise main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ precise-security main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ precise-proposed main restricted universe multiverse
##网易源(广东电信:适合电信用户)
deb http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ precise-backports main restricted universe multiverse

更改过/etc/apt/sources.list之后一定要执行apt-get update进行更新,其他Linux发行版本一般都可以在上述镜像找到各自的更新源。

不同的网络状况连接以下源的速度不同, 建议在添加前手动验证以下源的连接速度(ping下就行),选择最快的源可以节省大批下载时间。
  ● 首先备份源列表:
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup

● 而后用gedit或其他编辑器打开:

sudo gedit /etc/apt/sources.list

sudo kate /etc/apt/sources.list

sudo mousepad /etc/apt/sources.list

sudo leafpad /etc/apt/sources.list (13.04版)

● 从下面列表中选择合适的源,替换掉文件中所有的内容,保存编辑好的文件:

注意:一定要选对版本
  ● 然后,刷新列表:
sudo apt-get update

注意:一定要执行刷新
源列表
 Trusty(14.04)版本

Ubuntu 官方更新服务器(欧洲,此为官方源,国内较慢,但无同步延迟问题,电信、移动/铁通、联通等公网用户可以使用):

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
Ubuntu官方提供的其他软件(第三方闭源软件等):

deb http://archive.canonical.com/ubuntu/ trusty partner
deb http://extras.ubuntu.com/ubuntu/ trusty main

骨头兄亲自搭建并维护的 Ubuntu 源(该源位于浙江杭州百兆共享宽带的电信机房),包含 Deepin 等镜像:

deb http://ubuntu.srt.cn/ubuntu/ trusty main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ trusty-security main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://ubuntu.srt.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ trusty main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ trusty-backports main restricted universe multiverse

网易163更新服务器(广东广州电信/联通千兆双线接入),包含其他开源镜像:

deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse
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.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

LupaWorld 更新服务器(浙江杭州电信/联通双线服务器),包含其他开源镜像:

deb http://mirror.lupaworld.com/ubuntu trusty main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu trusty-security main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu trusty-updates main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu trusty-backports main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu trusty-proposed main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu trusty main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu trusty-security main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu trusty-updates main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu trusty-backports main restricted universe multiverse
deb-src http://mirror.lupaworld.com/ubuntu trusty-proposed main restricted universe multiverse

常州贝特康姆软件技术有限公司 更新服务器(江苏常州电信服务器),包含其他开源镜像。

( CN99域名 系 “常州市亚科技术有限公司” 所注册,但此公司与常州贝特康姆的法人代表和营业地址相同。所以本镜像实际即原 CN99。但现在 CN99镜像的域名已改为跳转至网易镜像):

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
 
以下为有教育网接入的服务器(推荐教育网用户使用,部分非教育网用户也有可观的速度。教育网用户请优先使用IPv6地址。
中国科学技术大学更新服务器(位于合肥,千兆教育网接入,百兆电信/联通线路智能路由),由中科大Linux 用户协会和中科大学网络信息中心维护,包含其他开源镜像,Deepin 官方服务器 实际亦指向此处:

deb http://debian.ustc.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb http://debian.ustc.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://debian.ustc.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
IPv6-Only 地址

deb http://mirrors6.ustc.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb http://mirrors6.ustc.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb http://mirrors6.ustc.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://mirrors6.ustc.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb http://mirrors6.ustc.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://mirrors6.ustc.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb-src http://mirrors6.ustc.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://mirrors6.ustc.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://mirrors6.ustc.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://mirrors6.ustc.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
 
清华大学更新服务器,(教育网核心节点百兆接入,已计划提高到千兆)由清华大学学生网管会维护。包含其他开源镜像:
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
IPv4-Only 地址

deb http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.4.tuna.tsinghua.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
IPv6-Only 地址

deb http://mirrors.6.tuna.tsinghua.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb http://mirrors.6.tuna.tsinghua.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb http://mirrors.6.tuna.tsinghua.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://mirrors.6.tuna.tsinghua.edu.cn//ubuntu/ trusty-security main multiverse restricted universe
deb http://mirrors.6.tuna.tsinghua.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://mirrors.6.tuna.tsinghua.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb-src http://mirrors.6.tuna.tsinghua.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://mirrors.6.tuna.tsinghua.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://mirrors.6.tuna.tsinghua.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://mirrors.6.tuna.tsinghua.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe

北京交通大学更新服务器(教育网/电信百兆接入),由北京交通大学信息中心赞助,包含其他开源镜像。
(域名中的 bjtu 可以替换为 njtu ,即北交旧名“北方交通大学”对应域名) :

deb http://mirror.bjtu.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb http://mirror.bjtu.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb http://mirror.bjtu.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://mirror.bjtu.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb http://mirror.bjtu.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://mirror.bjtu.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb-src http://mirror.bjtu.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://mirror.bjtu.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://mirror.bjtu.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://mirror.bjtu.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
IPv6-Only 地址

deb http://mirror6.bjtu.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb http://mirror6.bjtu.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb http://mirror6.bjtu.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://mirror6.bjtu.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb http://mirror6.bjtu.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://mirror6.bjtu.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb-src http://mirror6.bjtu.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://mirror6.bjtu.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://mirror6.bjtu.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://mirror6.bjtu.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe

北京理工大学更新服务器(仅教育网可以访问),包含其他开源镜像:

deb http://mirror.bit.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb http://mirror.bit.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirror.bit.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
IPv6-Only 地址

deb http://mirror.bit6.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb http://mirror.bit6.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirror.bit6.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirror.bit6.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb http://mirror.bit6.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirror.bit6.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirror.bit6.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirror.bit6.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirror.bit6.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirror.bit6.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse

天津大学更新服务器,由天津大学信息与网络协会和天津大学自由软件联盟维护,包含其他开源镜像 (校外限 IPv6 访问)
(域名可以替换为 jx.tju.zyrj.org 或 jx6.tju.zyrj.org)
deb http://mirror.tju.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb http://mirror.tju.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirror.tju.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirror.tju.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb http://mirror.tju.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirror.tju.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirror.tju.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirror.tju.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirror.tju.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirror.tju.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
 
青岛大学更新服务器(教育网/山东青岛移动专线双线服务器),由 OSQDU维护,位于青岛大学。包含开源镜像和Opera、马克思主义文库等其他镜像。:
deb http://mirror.qdu.edu.cn/ubuntu trusty main restricted universe multiverse
deb http://mirror.qdu.edu.cn/ubuntu trusty-security main restricted universe multiverse
deb http://mirror.qdu.edu.cn/ubuntu trusty-updates main restricted universe multiverse
deb http://mirror.qdu.edu.cn/ubuntu trusty-backports main restricted universe multiverse
deb http://mirror.qdu.edu.cn/ubuntu trusty-proposed main restricted universe multiverse
deb-src http://mirror.qdu.edu.cn/ubuntu trusty main restricted universe multiverse
deb-src http://mirror.qdu.edu.cn/ubuntu trusty-security main restricted universe multiverse
deb-src http://mirror.qdu.edu.cn/ubuntu trusty-updates main restricted universe multiverse
deb-src http://mirror.qdu.edu.cn/ubuntu trusty-backports main restricted universe multiverse
deb-src http://mirror.qdu.edu.cn/ubuntu trusty-proposed main restricted universe multiverse
 
东北大学更新服务器,包含其他开源镜像:
deb http://ftp.neu.edu.cn/mirrors/ubuntu/ trusty main multiverse restricted universe
deb http://ftp.neu.edu.cn/mirrors/ubuntu/ trusty-backports main multiverse restricted universe
deb http://ftp.neu.edu.cn/mirrors/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://ftp.neu.edu.cn/mirrors/ubuntu/ trusty-security main multiverse restricted universe
deb http://ftp.neu.edu.cn/mirrors/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://ftp.neu.edu.cn/mirrors/ubuntu/ trusty main multiverse restricted universe
deb-src http://ftp.neu.edu.cn/mirrors/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://ftp.neu.edu.cn/mirrors/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://ftp.neu.edu.cn/mirrors/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://ftp.neu.edu.cn/mirrors/ubuntu/ trusty-updates main multiverse restricted universe
IPv6-Only 地址

deb http://ftp.neu6.edu.cn/mirrors/ trusty main multiverse restricted universe
deb http://ftp.neu6.edu.cn/mirrors/ trusty-backports main multiverse restricted universe
deb http://ftp.neu6.edu.cn/mirrors/ trusty-proposed main multiverse restricted universe
deb http://ftp.neu6.edu.cn/mirrors/ trusty-security main multiverse restricted universe
deb http://ftp.neu6.edu.cn/mirrors/ trusty-updates main multiverse restricted universe
deb-src http://ftp.neu6.edu.cn/mirrors/ trusty main multiverse restricted universe
deb-src http://ftp.neu6.edu.cn/mirrors/ trusty-backports main multiverse restricted universe
deb-src http://ftp.neu6.edu.cn/mirrors/ trusty-proposed main multiverse restricted universe
deb-src http://ftp.neu6.edu.cn/mirrors/ trusty-security main multiverse restricted universe
deb-src http://ftp.neu6.edu.cn/mirrors/ trusty-updates main multiverse restricted universe
 
哈尔滨工业大学更新服务器,包含其他开源镜像:
deb http://run.hit.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb http://run.hit.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb http://run.hit.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb http://run.hit.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb http://run.hit.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://run.hit.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb-src http://run.hit.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://run.hit.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://run.hit.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://run.hit.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
IPv6-Only地址

deb http://run6.hit.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb http://run6.hit.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb http://run6.hit.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb http://run6.hit.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb http://run6.hit.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://run6.hit.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb-src http://run6.hit.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://run6.hit.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://run6.hit.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://run6.hit.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
 
大连理工大学更新服务器,包含其他开源镜像:
( IPv4/v6 Both )
deb http://mirror.dlut.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb http://mirror.dlut.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirror.dlut.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirror.dlut.edu.cn/ubuntu/ubuntu trusty-backports main restricted universe multiverse
deb http://mirror.dlut.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirror.dlut.edu.cn/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirror.dlut.edu.cn/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirror.dlut.edu.cn/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirror.dlut.edu.cn/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirror.dlut.edu.cn/ubuntu/ trusty-proposed main restricted universe multiverse
 
上海交通大学更新服务器(教育网千兆接入,联通/电信线路情况不详),包含其他开源镜像:
deb http://ftp.sjtu.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://ftp.sjtu.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
IPv6-Only 地址

deb http://ftp6.sjtu.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb http://ftp6.sjtu.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb http://ftp6.sjtu.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://ftp6.sjtu.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb http://ftp6.sjtu.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://ftp6.sjtu.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb-src http://ftp6.sjtu.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://ftp6.sjtu.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://ftp6.sjtu.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://ftp6.sjtu.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
 
厦门大学更新服务器,由厦门大学信息与网络中心维护,包含其他开源镜像:
( IPv4/v6 Both )
deb http://mirrors.xmu.edu.cn/ubuntu/archive/ trusty main restricted universe multiverse
deb http://mirrors.xmu.edu.cn/ubuntu/archive/ trusty-backports restricted universe multiverse
deb http://mirrors.xmu.edu.cn/ubuntu/archive/ trusty-proposed main restricted universe multiverse
deb http://mirrors.xmu.edu.cn/ubuntu/archive/ trusty-security main restricted universe multiverse
deb http://mirrors.xmu.edu.cn/ubuntu/archive/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.xmu.edu.cn/ubuntu/archive/ trusty main restricted universe multiverse
deb-src http://mirrors.xmu.edu.cn/ubuntu/archive/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.xmu.edu.cn/ubuntu/archive/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.xmu.edu.cn/ubuntu/archive/ trusty-security main restricted universe multiverse
deb-src http://mirrors.xmu.edu.cn/ubuntu/archive/ trusty-updates main restricted universe multiverse
 
成都市电子科技大学更新服务器,由电子科大学生宿舍网管会维护。仅包括 Ubuntu 镜像:
( IPv4-Only )
(如下列地址不通,可换用 uestc.edu.cn 域名尝试)

deb http://ubuntu.dormforce.NET/ubuntu/ trusty main multiverse restricted universe
deb http://ubuntu.dormforce.Net/ubuntu/ trusty-backports main multiverse restricted universe
deb http://ubuntu.dormforce.net/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://ubuntu.dormforce.net/ubuntu/ trusty-security main multiverse restricted universe
deb http://ubuntu.dormforce.net/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://ubuntu.dormforce.net/ubuntu/ trusty main multiverse restricted universe
deb-src http://ubuntu.dormforce.net/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://ubuntu.dormforce.net/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://ubuntu.dormforce.net/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://ubuntu.dormforce.net/ubuntu/ trusty-updates main multiverse restricted universe

兰州大学更新服务器,由兰大开源社区维护,包含其他开源镜像:

deb http://mirror.lzu.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb http://mirror.lzu.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb http://mirror.lzu.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb http://mirror.lzu.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb http://mirror.lzu.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
deb-src http://mirror.lzu.edu.cn/ubuntu/ trusty main multiverse restricted universe
deb-src http://mirror.lzu.edu.cn/ubuntu/ trusty-backports main multiverse restricted universe
deb-src http://mirror.lzu.edu.cn/ubuntu/ trusty-proposed main multiverse restricted universe
deb-src http://mirror.lzu.edu.cn/ubuntu/ trusty-security main multiverse restricted universe
deb-src http://mirror.lzu.edu.cn/ubuntu/ trusty-updates main multiverse restricted universe
 
以下为大陆地区外的源

香港中文大学更新服务器,由香港中文大学资讯科技服务处维护,包含其他开源镜像:

deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu trusty main restricted universe multiverse
deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu trusty-security main restricted universe multiverse
deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu trusty-updates main restricted universe multiverse
deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu trusty-backports main restricted universe multiverse
deb http://ftp.cuhk.edu.hk/pub/Linux/ubuntu trusty-proposed main restricted universe multiverse
deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu trusty main restricted universe multiverse
deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu trusty-security main restricted universe multiverse
deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu trusty-updates main restricted universe multiverse
deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu trusty-backports main restricted universe multiverse
deb-src http://ftp.cuhk.edu.hk/pub/Linux/ubuntu trusty-proposed main restricted universe
台湾的官方源。速度有时甚至快于内地的,包含 Debian 等其他镜像:

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

原文地址:
http://wiki.ubuntu.org.cn/Qref/Source

apt-get 更新源推荐相关推荐

  1. Ubuntu14.04和16.04官方默认更新源sources.list和第三方源推荐(干货!)

    写在前面:笔者由于还在学校学习,学校没有开发给Linux用的上网客户端,所以只能用在windows系统中通过安装虚拟机运行linux比较方便,但没有外网,只有学校的教育网,所以我需要将ubuntu的默 ...

  2. linux怎么添加更新源,在Deepin 15.7系统中不需要在/etc/apt/sources.list添加更新源

    Deepin 15.7和其他的Linux发行版在添加/etc/apt/sources.list更新源上明显不同,比如Ubuntu 18.04可以往该文件中添加国内的高速更新源,如Ubuntu 18.0 ...

  3. 网络安全-Kali更新源(APT)

    网络安全-Kali更新源(APT) 这篇东东很少内容 Kali是基于乌班图开发出来的 这个APT不是攻击的那个APT 这个APT和centos里面的YUM是一样的 下面是介绍的一些国内的APT包,我自 ...

  4. 【转】 ubuntu12.04更新源

    原文网址:http://blog.chinaunix.net/uid-26404477-id-3382633.html 摘 要:本文列出ubuntu 12.04 LTS更新源列表,内容为网友整理,此处 ...

  5. TX2更新源失败的问题

    TX2的软件源为国外服务器,网速会很慢,需要换国内的ARM源. 备份/etc/lib路径下的source.list文件,然后在终端(按ctrl+alt+T打开)执行以下命令: sudo cp /etc ...

  6. kali高速更新源以及主题修改方法

    文章不小心删了~这是我以前写的文章了了.实用性较强,所以现在补回来! 安装完kali之后,需要对软件进行一次整体更新:apt-get update & apt-get upgrade 但是,先 ...

  7. 自强网站添加Ubuntu9.10更新源

    嘿嘿, 最近在用Ubuntu 9.10, 总想找个速度快点的更新源, 我用的是校园网, 这里参考我一位同学的文章, 校园网用户可以用下面的这个源(我们学校服务器的)哦, 速度很快, 在我更新时速度最快 ...

  8. Ubuntu 12.04软件源、更新源

    首先,备份一下Ubuntu 13.04 原来的源地址列表文件 sudo cp /etc/apt/sources.list /etc/apt/sources.list.old 然后进行修改 sudo g ...

  9. 【转】 ubuntu12.04更新源 官网和163等

    原文网址:http://blog.csdn.net/zhangliang_571/article/details/8813999 分类: LINUX 摘要: 本文列出ubuntu 12.04 LTS更 ...

最新文章

  1. 100%的程序员都想挑战的算法趣题!| 码书
  2. weblogic自带的jdk是在工程的包部署后编译使用
  3. Spring+Hibernateh使用小结
  4. 使用.NET5、Blazor和Electron.NET构建跨平台桌面应用
  5. 教你玩转CSS Float(浮动)
  6. 最后期限 软件工程_如何在软件开发的最后期限内实现和平
  7. 关于面向对象以及三大特征的解释
  8. [MySQL] MySQL x64 下载地址
  9. 使用Moq、NUnit和Shoulded进行单元测试
  10. SVN仓库解决APIcloud2检出错误
  11. java非静态内部类如何创建对象实例
  12. 本科专业计算机课程,本科计算机专业有哪些课程
  13. python简易中文名转英文小程序
  14. LED背光源照明技术迅速发展
  15. 即时通讯系统开发的问题详解
  16. ubuntu 64位下载 处理器为Intel
  17. 金三银四,作为Java程序员的你为什么面试总拿不到高薪?
  18. 如何连接不在同一个网段中的Linux服务器
  19. 华为服务器故障灯不开机_华为服务器
  20. 做一名名企科学家,还是当一个终身教授,这是一个问题

热门文章

  1. Google All in AI 都做了什么?
  2. GitHub Package Registry 发布!你依旧是那个我们所爱的 GitHub!
  3. 超 8 亿人收发微信春节红包;苹果自研 iPhone 芯片;暴雪或将大裁员 | 极客头条...
  4. 芯片漏洞攻击出现新变种,涉及英特尔SGX技术支持的应用
  5. Java高级面试题!这是一份面向Java开发者的复习指南
  6. 架构师必备!分布式高并发都不会还做Java程序员
  7. 给2021的Java一些建议,纯干货
  8. 征途linux mysql_Linux环境——MySQL安装及配置(5.7版本)
  9. python立体匹配误匹配率_立体匹配算法(Stereo Matching)及其在OpenCV中的应用
  10. 洛克人红色思考型机器人叫什么_如何让机器人“好好说话”?