赞
踩
1.确认所使用的ubuntu版本号:在终端输入linux的命令
cat /etc/issue
如图:
图中ubuntu版本号为20.04
2.将镜像文件进行备份,以防出现错误
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
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/
一般使用清华镜像源
5.更新系统
sudo apt-get update
6.更新软件
sudo apt upgrade
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。