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

男娘i 2022-09-13 00:24 324阅读 0赞

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

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

  1. zxl@linux:/usr/share/sangfor/EasyConnect$ sudo apt-get update | grep "Failed"
  2. E: 仓库 http://ppa.launchpad.net/docky-core/stable/ubuntu hirsute Release” 没有 Release 文件。
  3. 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就可以顺利的完成了。

发表评论

表情:
评论列表 (有 0 条评论,324人围观)

还没有评论,来说两句吧...

相关阅读