zoukankan      html  css  js  c++  java
  • ubuntu16.04换国内源

    1.备份/etc/apt目录下的源文件sources.list。

    2.更换源地址为如下其中一个:

    清华源:

    deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial main restricted

    deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-updates main restricted

    deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial universe

    deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-updates universe

    deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial multiverse

    deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-updates multiverse

    deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-backports main restricted universe multiverse

    deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-security main restricted

    deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-security universe deb http://mirrors.tuna.tsinghua.edu.cn/ubuntu/ xenial-security multiverse

    阿里源:

    deb-src http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse

    deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse

    deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse

    deb-src http://mirrors.aliyun.com/ubuntu/ xenial-proposed main restricted universe multiverse

    deb-src http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse

    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-updates main restricted universe multiverse

    deb http://mirrors.aliyun.com/ubuntu/ xenial-proposed main restricted universe multiverse

    deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse

    中科大源:

    deb http://debian.ustc.edu.cn/ubuntu/ hardy main multiverse restricted universe

    deb http://debian.ustc.edu.cn/ubuntu/ hardy-backports main multiverse restricted universe

    deb http://debian.ustc.edu.cn/ubuntu/ hardy-proposed main multiverse restricted universe

    deb http://debian.ustc.edu.cn/ubuntu/ hardy-security main multiverse restricted universe

    deb http://debian.ustc.edu.cn/ubuntu/ hardy-updates main multiverse restricted universe

    deb-src http://debian.ustc.edu.cn/ubuntu/ hardy main multiverse restricted universe

    deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-backports main multiverse restricted universe

    deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-proposed main multiverse restricted universe

    deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-security main multiverse restricted universe

    deb-src http://debian.ustc.edu.cn/ubuntu/ hardy-updates main multiverse restricted universe

    结束。

  • 相关阅读:
    乐观锁配置
    @NotBlank注解地正确使用
    Navicat Premium 12.1手动激活
    nacos将服务注册到命名空间
    springcloud中微服务远程调用
    常用的运算符的操作
    时间复杂度和空间复杂度
    前后端分离跨域问题cors
    数据库迁移on_delete 以及NodeNotFoundError问题解决
    python去重后保证顺序不变
  • 原文地址:https://www.cnblogs.com/liusingbon/p/12868109.html
Copyright © 2011-2022 走看看