sudo apt-get update
失败,显示缺少release文件。
忽略:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy InRelease 忽略:2 https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy-updates InRelease 忽略:3 https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy-backports InRelease 忽略:4 https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy-security InRelease 错误:5 https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy Release 404 Not Found [IP: 2402:f000:1:400::2 443] 错误:6 https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy-updates Release 404 Not Found [IP: 2402:f000:1:400::2 443] 错误:7 https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy-backports Release 404 Not Found [IP: 2402:f000:1:400::2 443] 错误:8 https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy-security Release 404 Not Found [IP: 2402:f000:1:400::2 443] 正在读取软件包列表... 完成 E: 仓库 “https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy Release” 不再含有 Release 文件。 N: 无法安全地用该源进行更新,所以默认禁用该源。 N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。 E: 仓库 “https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy-updates Release” 不再含有 Release 文件。 N: 无法安全地用该源进行更新,所以默认禁用该源。 N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。 E: 仓库 “https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy-backports Release” 不再含有 Release 文件。 N: 无法安全地用该源进行更新,所以默认禁用该源。 N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。 E: 仓库 “https://mirrors.tuna.tsinghua.edu.cn/ubuntu groovy-security Release” 不再含有 Release 文件。 N: 无法安全地用该源进行更新,所以默认禁用该源。 N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
替换阿里云镜像
sudo gedit /etc/apt/sources.list
适用于ubuntu20,将文件中替换成
deb http://mirrors.aliyun.com/ubuntu focal main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu focal-updates main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu focal-security main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu focal-proposed main multiverse restricted universe deb http://mirrors.aliyun.com/ubuntu focal-backports main multiverse restricted universe
再执行
sudo apt-get update