本文主要是介绍ubuntu| sudo apt-get update 更新失败, 没有 Release 文件 无法安全地用该源进行更新,所以默认禁用该源,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
xiaole@ubt:~$ sudo apt-get update -y
命中:1 https://dl.google.com/linux/chrome/deb stable InRelease
忽略:2 http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu focal InRelease
命中:3 https://packages.microsoft.com/repos/code stable InRelease
命中:4 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal InRelease
命中:5 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-updates InRelease
命中:6 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-backports InRelease
命中:7 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-security InRelease
错误:8 http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu focal Release404 Not Found [IP: 185.125.190.52 80]
正在读取软件包列表... 完成
E: 仓库 “http://ppa.launchpad.net/ubuntu-desktop/ubuntu-make/ubuntu focal Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
xiaole@ubt:~$ cd cd /etc/apt/sources.list.d
bash: cd: 参数太多
xiaole@ubt:~$ cd^C
xiaole@ubt:~$ cd /etc/apt/sources.list.d
xiaole@ubt:/etc/apt/sources.list.d$ ls
google-chrome.list ubuntu-desktop-ubuntu-ubuntu-make-focal.list vscode.list
google-chrome.list.save ubuntu-desktop-ubuntu-ubuntu-make-focal.list.save vscode.list.save
xiaole@ubt:/etc/apt/sources.list.d$ sudo apt-get update -y
命中:1 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal InRelease
命中:2 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-updates InRelease
命中:3 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-backports InRelease
命中:4 https://mirrors.tuna.tsinghua.edu.cn/ubuntu focal-security InRelease
正在读取软件包列表... 完成
xiaole@ubt:/etc/apt/sources.list.d$
这篇关于ubuntu| sudo apt-get update 更新失败, 没有 Release 文件 无法安全地用该源进行更新,所以默认禁用该源的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!