当前位置:   article > 正文

Ubuntu换镜像源的操作步骤_ubuntu20切换镜像源

ubuntu20切换镜像源

1.确认所使用的ubuntu版本号:在终端输入linux的命令

cat /etc/issue
  • 1

如图:
在这里插入图片描述图中ubuntu版本号为20.04

2.将镜像文件进行备份,以防出现错误

sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
  • 1

3.将镜像文件/etc/apt/sources.list中内容清空
按dd键可以一行行清除

4.复制官方对应ubuntu版本号的镜像到/etc/apt/sources.list文件中

镜像源在下方网址中查找
清华镜像源:https://mirrors.tuna.tsinghua.edu.cn/help/ubuntu (Debian 建议使用这个)
中科大镜像源: https://mirrors.ustc.edu.cn/help/ubuntu.html
阿里云: https://developer.aliyun.com/mirror/
  • 1
  • 2
  • 3
  • 4

一般使用清华镜像源

5.更新系统

sudo apt-get update
  • 1

6.更新软件

sudo apt upgrade
  • 1
本文内容由网友自发贡献,转载请注明出处:【wpsshop博客】
推荐阅读
  

闽ICP备14008679号