Loading [MathJax]/jax/input/TeX/config.js
前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >专栏 >ubuntu16.04国内apt源以及官方源

ubuntu16.04国内apt源以及官方源

作者头像
禹都一只猫olei
发布于 2018-05-25 03:36:56
发布于 2018-05-25 03:36:56
12.3K1
举报

替换写在/etc/apt目录的source.list文件

腾讯云

  1. deb http://mirrors.tencentyun.com/ubuntu/ xenial main restricted universe multiverse
  2. deb http://mirrors.tencentyun.com/ubuntu/ xenial-security main restricted universe multiverse
  3. deb http://mirrors.tencentyun.com/ubuntu/ xenial-updates main restricted universe multiverse
  4. #deb http://mirrors.tencentyun.com/ubuntu/ xenial-proposed main restricted universe multiverse
  5. #deb http://mirrors.tencentyun.com/ubuntu/ xenial-backports main restricted universe multiverse
  6. deb-src http://mirrors.tencentyun.com/ubuntu/ xenial main restricted universe multiverse
  7. deb-src http://mirrors.tencentyun.com/ubuntu/ xenial-security main restricted universe multiverse
  8. deb-src http://mirrors.tencentyun.com/ubuntu/ xenial-updates main restricted universe multiverse
  9. #deb-src http://mirrors.tencentyun.com/ubuntu/ xenial-proposed main restricted universe multiverse
  10. #deb-src http://mirrors.tencentyun.com/ubuntu/ xenial-backports main restricted universe multiverse

 京东云源

  1. deb http://mirrors.jcloudcs.com/ubuntu/ xenial main restricted
  2. deb http://mirrors.jcloudcs.com/ubuntu/ xenial-updates main restricted
  3. deb http://mirrors.jcloudcs.com/ubuntu/ xenial universe
  4. deb http://mirrors.jcloudcs.com/ubuntu/ xenial-updates universe
  5. deb http://mirrors.jcloudcs.com/ubuntu/ xenial multiverse
  6. deb http://mirrors.jcloudcs.com/ubuntu/ xenial-updates multiverse
  7. deb http://mirrors.jcloudcs.com/ubuntu/ xenial-backports main restricted universe multiverse
  8. deb http://mirrors.jcloudcs.com/ubuntu/ xenial-security main restricted
  9. deb http://mirrors.jcloudcs.com/ubuntu/ xenial-security universe
  10. deb http://mirrors.jcloudcs.com/ubuntu/ xenial-security multiverse
  11. # deb-src [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu xenial stable
  12. # deb-src [arch=amd64] https://mirrors.aliyun.com/docker-ce/linux/ubuntu xenial stable

阿里云源(听说是ubuntu指定的国内官方源)

  1. deb-src http://archive.ubuntu.com/ubuntu xenial main restricted #Added by software-properties
  2. deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted
  3. deb-src http://mirrors.aliyun.com/ubuntu/ xenial main restricted multiverse universe #Added by software-properties
  4. deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted
  5. deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted multiverse universe #Added by software-properties
  6. deb http://mirrors.aliyun.com/ubuntu/ xenial universe
  7. deb http://mirrors.aliyun.com/ubuntu/ xenial-updates universe
  8. deb http://mirrors.aliyun.com/ubuntu/ xenial multiverse
  9. deb http://mirrors.aliyun.com/ubuntu/ xenial-updates multiverse
  10. deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse
  11. deb-src http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse #Added by software-properties
  12. deb http://archive.canonical.com/ubuntu xenial partner
  13. deb-src http://archive.canonical.com/ubuntu xenial partner
  14. deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted
  15. deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted multiverse universe #Added by software-properties
  16. deb http://mirrors.aliyun.com/ubuntu/ xenial-security universe
  17. deb http://mirrors.aliyun.com/ubuntu/ xenial-security multiverse

百度云

  1. deb http://mirrors.baidubce.com/ubuntu/ xenial main restricted universe multiverse
  2. deb http://mirrors.baidubce.com/ubuntu/ xenial-updates main restricted universe multiverse
  3. deb http://mirrors.baidubce.com/ubuntu/ xenial-security main restricted universe multiverse

官方源(国内不建议使用)

  1. #deb cdrom:[Ubuntu 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main restricted
  2. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  3. # newer versions of the distribution.
  4. deb http://cn.archive.ubuntu.com/ubuntu/ xenial main restricted
  5. # deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial main restricted
  6. ## Major bug fix updates produced after the final release of the
  7. ## distribution.
  8. deb http://cn.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
  9. # deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
  10. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  11. ## team, and may not be under a free licence. Please satisfy yourself as to
  12. ## your rights to use the software. Also, please note that software in
  13. ## universe WILL NOT receive any review or updates from the Ubuntu security
  14. ## team.
  15. deb http://cn.archive.ubuntu.com/ubuntu/ xenial universe
  16. # deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial universe
  17. deb http://cn.archive.ubuntu.com/ubuntu/ xenial-updates universe
  18. # deb-src http://cn.archive.ubuntu.com/ubuntu/ xenial-updates universe

更换完毕记得一条命令:apt-get update

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2018-03-02,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
1 条评论
热度
最新
腾讯云域名已更新为qcloud
腾讯云域名已更新为qcloud
回复回复点赞举报
推荐阅读
编辑精选文章
换一批
Ubuntu 16.04 几个国内更新源
sudo cp /etc/apt/sources.list /etc/apt/sources.list.old
用户8710806
2021/06/09
2.8K0
ubuntu的源
更换源的位置 /etc/apt/source.list 阿里云 # deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted deb-src http://archive.ubuntu.com/ubuntu xenial main restricted #Added by software-properties deb http://mirr
青木
2018/05/28
1K0
更换Ubuntu源为国内源的操作记录
我们都知道,Ubuntu的官方源对于国内用户来说是比较慢的,可以将它的源换成国内的源(比如阿里源),这样用起来就很快了。下面记录下更换操作: 首先了解下/etc/apt/sources.list.d文件 文件/etc/apt/sources.list是一个普通可编辑的文本文件,保存了ubuntu软件更新的源服务器的地址。 和sources.list功能一样的是/etc/apt/sources.list.d/*.list(*代表一个文件名,只能由字母、数字、下划线、英文句号组成), 该文件夹下的文件是第三方软
洗尽了浮华
2018/01/23
2.5K0
Ubuntu16.04安装及简单配置
sudo cp /etc/apt/sources.list  /etc/apt/sources.list.backup
foochane
2019/05/23
6590
Ubuntu16.04安装及简单配置
快速搭建团队的GitLab
研发效能的其实端是代码仓的管理和统一维护,通过统一的私有化的Git托管服务实现代码的内部有限共享。代码仓在研发效能的提升中占据很重要的地位,这是DevOps工具链的起始点也是工程效能提升的一个重要环节。如果没有统一代码仓库我们也无法开始研发效能、质量效能、交付效能的衡量和提高。那么下面我们就开始讲解GitLab私有化仓库平台的搭建
Criss@陈磊
2019/09/25
7480
快速搭建团队的GitLab
ubuntu16.04安装qt5_qt安装哪些组件
Qt是一个跨平台的C++图形用户界面库,我们平时所说所使用的Qt,准确的来说是它的GUI编程部分。Qt提供给应用程序开发者建立图形用户界面所需要的功能,并且Qt很容易扩展。基本上,Qt和X Window上的Motif、Openwin、GTK等图形界面库和Windows平台上的MFC、OWL、VCl以及ATl是相同类型的东西。
全栈程序员站长
2022/11/04
1.4K0
ubuntu16.04安装qt5_qt安装哪些组件
更新Ubuntu软件源
原有的软件源的存储路径是/etc/apt/sources.list,文件内容如下。
全栈程序员站长
2022/09/15
1.5K0
更新Ubuntu软件源
[ 利器篇 ] - Microsoft Surface Pro 系列安装 Ubuntu 16.04 系统
Microsoft Surface Pro 系列一直是平板+PC中的强者,刷新了针对PC的看法。这次由于项目的需求搭建测试环境,需要使用Ubuntu 16.04 系统,在Surface Pro 7 安装Ubuntu 16.04 进行开发体验。
程序手艺人
2020/09/15
3.9K0
[ 利器篇 ] -  Microsoft Surface Pro 系列安装 Ubuntu 16.04 系统
docker ssh秘钥免密登录
有一台跳板机,已经实现了免密登录后端服务器。但是我写了一个django项目,它是运行在容器中的,也需要免密登录后端服务器。
py3study
2020/04/22
2.4K0
rancher下的kubernetes之一:构建标准化vmware镜像
本文介绍了如何通过rancher部署kubernetes集群,包括创建vmware虚拟机、配置网络、安装和配置rancher、部署kubernetes等步骤。同时,还介绍了如何备份和恢复标准化的镜像文件,以便于快速部署和迁移。
程序员欣宸
2018/01/04
1.9K0
rancher下的kubernetes之一:构建标准化vmware镜像
Ubuntu下编译Opencv4.0及opencv_contribute模块步骤详解
编译环境:ubuntu16.04 LTS Opencv版本:opencv4.0.1+opencv4.0.1 contribute
OpenCV学堂
2019/08/21
6.3K0
Ubuntu下编译Opencv4.0及opencv_contribute模块步骤详解
第二章 Docker环境安装
Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的Linux机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。--摘自《百度百科》
Librant
2018/11/29
9030
ubuntu 14.04 16.04 18.04使用阿里源
版权声明:本博客上原创文章未经本人许可,不得用于商业用途及传统媒体。网络媒体转载请注明出处,否则属于侵权行为。 https://blog.csdn.net/bin_zhang1/article/details/81008645
用户1148525
2019/05/27
2.5K0
树莓派Ubuntu Mate 16.04 修改为国内更新源
收藏:https://blog.csdn.net/wang_shuai_ww/article/details/80386708
墨文
2020/02/28
1.2K0
Vulhub靶场搭建教程
下一步配置好主机名称,账户和密码,千万别进去配置,不然巨麻烦,你如果不懂可能配置一个小时还没安装好,我这种方法,不需要进去点击任何操作,它自动把系统配置好了,10分钟左右系统就装好了,如下图所示:
Miloce
2022/09/28
2.3K1
Vulhub靶场搭建教程
ubuntu linux 16.04虚拟机更新源,vmtools,编译cuckoo,make.sh转换unix编码格式
更新源 sudo vi /etc/apt/sources.list deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ xenial
战神伽罗
2019/07/24
7960
Ubuntu 更换国内源[通俗易懂]
Ubuntu系统自带的源都是国外的网址,国内用户在使用的时候网速比较慢。一个软件的下载是十分痛苦的,这里讲解一下如何将国外源更换为国内源,让你的网速Biu.Biu.Biu
全栈程序员站长
2022/08/19
5.9K0
ubuntu 使用总结
清华源: https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/
努力在北京混出人样
2019/02/18
7510
WIN10下创建Ubuntu18.04子系统及安装图形界面
控制面板——>程序——>程序和功能——>启用或关闭Windows功能——>适用于Linux的Windows子系统——>确定 (然后重启)
好派笔记
2021/09/17
3.1K0
ubuntu系统搭建饥荒服务器出现libcurl-gnutls.so.4: cannot open shared object file: No such file or directory怎么办
原因:饥荒是单核32位软件,只要使用64位的linux系统(常用ubuntu16.04和centos搭建),就需要安装一些32位的运行库软件
用户6948990
2025/04/03
1560
相关推荐
Ubuntu 16.04 几个国内更新源
更多 >
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档