zl程序教程

您现在的位置是:首页 >  后端

当前栏目

ubuntu报错:E: 仓库 “http://ppa.launchpad.net/docky-core/ppa/ubuntu bionic Release” 没有 Release 文件

Net文件CoreUbuntuHTTP 报错 没有 仓库
2023-09-14 09:01:52 时间

E: 仓库 “http://ppa.launchpad.net/docky-core/ppa/ubuntu bionic Release” 没有 Release 文件。
解决:

sudo add-apt-repository --remove ppa:docky-core/stable

zxl@linux:/usr/share/sangfor/EasyConnect$ sudo apt-get update | grep "Failed"
E: 仓库 “http://ppa.launchpad.net/docky-core/stable/ubuntu hirsute Release” 没有 Release 文件。
zxl@linux:/usr/share/sangfor/EasyConnect$ sudo add-apt-repository --remove ppa:docky-core/stable

在执行sudo apt-get update的时候会出现这样一句话

E: 仓库 “http://ppa.launchpad.net/chris-lea/node.js/ubuntu bionic Release” 没有 Release 文件

解决方法如下: 先执行这个命令

sudo apt-get update | grep “Failed”
E: 仓库 “http://ppa.launchpad.net/chris-lea/node.js/ubuntu bionic Release” 没有 Release 文件。

sudo add-apt-repository --remove ppa:chris-lea/node.js

这样执行完之后,再去执行sudo apt-get update就可以顺利的完成了。