查看所用的源

  1. $ sudo vim /etc/apt/sources.list

由于安装的Ubuntu Server 16.04.1 LTS是英文版的,软件源就默认都是 us.archive.ubuntu.com(英国) 的,所以很慢。

  1. # deb cdrom:[Ubuntu-Server 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main restricted
  2. #deb cdrom:[Ubuntu-Server 16.04.1 LTS _Xenial Xerus_ - Release amd64 (20160719)]/ xenial main restricted
  3. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  4. # newer versions of the distribution.
  5. deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
  6. # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
  7. ## Major bug fix updates produced after the final release of the
  8. ## distribution.
  9. deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
  10. # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
  11. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  12. ## team. Also, please note that software in universe WILL NOT receive any
  13. ## review or updates from the Ubuntu security team.
  14. deb http://us.archive.ubuntu.com/ubuntu/ xenial universe
  15. # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial universe
  16. deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
  17. # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates universe
  18. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  19. ## team, and may not be under a free licence. Please satisfy yourself as to
  20. ## your rights to use the software. Also, please note that software in
  21. ## multiverse WILL NOT receive any review or updates from the Ubuntu
  22. ## security team.
  23. deb http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
  24. # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial multiverse
  25. deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
  26. # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
  27. ## N.B. software from this repository may not have been tested as
  28. ## extensively as that contained in the main release, although it includes
  29. ## newer versions of some applications which may provide useful features.
  30. ## Also, please note that software in backports WILL NOT receive any review
  31. ## or updates from the Ubuntu security team.
  32. deb http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
  33. # deb-src http://us.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
  34. ## Uncomment the following two lines to add software from Canonical's
  35. ## 'partner' repository.
  36. ## This software is not part of Ubuntu, but is offered by Canonical and the
  37. ## respective vendors as a service to Ubuntu users.
  38. # deb http://archive.canonical.com/ubuntu xenial partner
  39. # deb-src http://archive.canonical.com/ubuntu xenial partner
  40. deb http://security.ubuntu.com/ubuntu xenial-security main restricted
  41. # deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
  42. deb http://security.ubuntu.com/ubuntu xenial-security universe
  43. # deb-src http://security.ubuntu.com/ubuntu xenial-security universe
  44. deb http://security.ubuntu.com/ubuntu xenial-security multiverse
  45. # deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse

为了提高下载速度,将源改为国内的 cn.archive.ubuntu.com ,现在 cn.archive.ubuntu.com 指向阿里云的开源镜像站 mirrors.aliyun.com,下载速度很快。

1. 重命名原来的源作为备份:

  1. $ sudo mv /etc/apt/sources.list sources.list_backup

2. 新建一个sources.list文件

  1. $ sudo vim /etc/apt/sources.list

输入如下内容并保存退出:

  1. deb http://cn.archive.ubuntu.com/ubuntu/ xenial main restricted
  2. deb http://cn.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
  3. deb http://cn.archive.ubuntu.com/ubuntu/ xenial universe
  4. deb http://cn.archive.ubuntu.com/ubuntu/ xenial-updates universe
  5. deb http://cn.archive.ubuntu.com/ubuntu/ xenial multiverse
  6. deb http://cn.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
  7. deb http://cn.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
  8. deb http://security.ubuntu.com/ubuntu xenial-security main restricted
  9. deb http://security.ubuntu.com/ubuntu xenial-security universe
  10. deb http://security.ubuntu.com/ubuntu xenial-security multiverse

3. 更新apt软件源:

  1. $ sudo apt-get update

结束,以后更新下载软件就快多了。

摘自http://blog.csdn.net/a787202867/article/details/53084602

设置ubantu的软件源地址的更多相关文章

  1. ubantu卸载软件

    参考:https://blog.csdn.net/luckydog612/article/details/80877179 https://blog.csdn.net/get_set/article/ ...

  2. 如何设置文件审计软件FileAudit的浏览选项

    FileAudit允许用户从审计访问事件中排除掉某些特定事件,用户可以把对于自身来说不敏感的文件审计访问事件设定在这些派出范围之类,这样一来就FileAudit就会自动过滤掉这些不明感时间,以便节约用 ...

  3. 设置win 10 软件开机启动

    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp 将快捷方式粘贴进去即可

  4. ubantu 安装软件

    一.解压后bin文件夹里有setup.py 进入到setup.py的目录,执行命令: sudo python3 setup.py install 二.以.whl结尾的文件 直接运行命令: sudo p ...

  5. OPENWRT X86 安装使用教程 (未完成)

    目 录  一 下载 Openwrt 镜像文件 二 将镜像文件写入目标磁盘 2.1  写盘工具 2.2 Physdiskwrite 写盘 2.3 win32diskimager 写盘 三 管理界面 3. ...

  6. [转] Nook Glowlight Plus入门指南(Root及相关软件设置)

    [From] http://www.dakang.info/nook-glowlight-plus-root/ 本文仅仅是对大神 xukong及众多热心Hper帖子的一个汇总,稍作个人补充,方便查询, ...

  7. WPF 设置纯软件渲染

    最近看到有小伙伴说 WPF 使用硬件渲染,如何让 WPF 不使用硬件渲染,因为他觉得性能太好了.万一这个版本发布了,产品经理说下个版本要提升性能就不好了.于是就找到一个快速的方法,让程序不使用硬件渲染 ...

  8. Jlink 软件断点和硬件断点

    调试2440 RAM拷贝至SDRAM遇到的问题 汇编代码主要是初始化一些寄存器,关狗,初始化时钟,初始化存储管理器以便访问内存,然后将SoC上4k RAM数据拷贝至SDRAM,然后在SRAM里面运行, ...

  9. day08 网络设置、软件包管理

    网络设置 ifconfig //最小化安装时不可用,需要安装安装包,命令为查看网卡信息 yum install net-tools mtu 网卡的最大发送字节 iptables -F 清掉防火墙配置 ...

随机推荐

  1. 20165101刘天野 2018-2019-2《网络对抗技术》Exp1 逆向与Bof基础

    20165101刘天野 2018-2019-2<网络对抗技术>Exp1 逆向与Bof基础 1. 逆向及Bof基础实践说明 1.1 实践目标 本次实践的对象是一个名为pwn1的linux可执 ...

  2. NOIP 选择客栈

    描述 丽江河边有n家很有特色的客栈,客栈按照其位置顺序从1到n编号.每家客栈都按照某一种色调进行装饰(总共k种,用整数0~ k-1表示),且每家客栈都设有一家咖啡店,每家咖啡店均有各自的最低消费. 两 ...

  3. jz2440存储管理实验【学习笔记】

    平台:jz2440 作者:庄泽彬(欢迎转载,请注明作者) 说明:韦东山一期视频学习笔记 简介:先来简单的说明一下这次的实验,看看下图,我们的程序通过烧录器下载到nandflash当中去,之后在启动的时 ...

  4. Spring框架下Junit测试

    Spring框架下Junit测试 一.设置 1.1 目录 设置源码目录和测试目录,这样在设置产生测试方法时,会统一放到一个目录,如果没有设置测试目录,则不会产生测试代码. 1.2 增加配置文件 Res ...

  5. LeetCode——single-number系列

    LeetCode--single-number系列 Question 1 Given an array of integers, every element appears twice except ...

  6. java.lang.IllegalArgumentException异常处理的一种方法

    我遇到的问题 用spring注解来加载bean,都是一个简单的了,但是还是报了这样一个错java.lang.IllegalArgumentException 网上查了一下,说是jdk版本要1.7的,然 ...

  7. No toolchains found in the NDK toolchains folder for ABI with prefix

    通过Android Studio 的Sdk Manager安装NDK,安装完之后编译失败,报错信息如下: No toolchains found in the NDK toolchains folde ...

  8. iscroll.js的简单使用方法(总结)

    iscroll.js的简单使用方法(总结) 一.总结 一句话总结:Scroll是一个类,每个需要使用滚动功能的区域均要进行初始化. 最佳的HTML结构如下: <div id="wrap ...

  9. Linux常用的50个命令

    50个最常用的Unix/Linux命令 2014-08-20 这篇文章翻译自http://www.thegeekstuff.com/2010/11/50-linux-commands/这些都是一些很常 ...

  10. iOS-沙盒路径

    iphone沙箱模型的有四个文件夹,分别是什么,永久数据存储一般放在什么位置,得到模拟器的路径的简单方式是什么.documents,tmp,app,Library.(NSHomeDirectory() ...