美文网首页工作心得体会
Ubuntu20.04换清华源

Ubuntu20.04换清华源

作者: 魔王大柚子 | 来源:发表于2020-05-25 11:19 被阅读0次

备份

sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak

删除

sudo rm /etc/apt/sources.list

写入源

vim  /etc/apt/sources.list

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

更新

apt-get update
apt-get upgrade

相关文章

网友评论

    本文标题:Ubuntu20.04换清华源

    本文链接:https://www.haomeiwen.com/subject/eszeahtx.html