ubuntu更换成清华大学镜像源

Posted 碎了的冰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu更换成清华大学镜像源相关的知识,希望对你有一定的参考价值。

先打开文件,把原来的源注释掉

vi /etc/apt/sources.list

然后在尾部加上

# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiverse
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse
# deb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiverse

以上是关于ubuntu更换成清华大学镜像源的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu 软件源阿里云镜像与清华镜像

【Ubuntu】更换pip镜像源

ubuntu替换国内镜像源

Linux(Ubuntu)换apt-get源

apt更改为国内源

pip安装换成国内的镜像源