ubuntu报错:E: 仓库 “http://ppa.launchpad.net/docky-core/ppa/ubuntu bionic Release” 没有 Release 文件
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就可以顺利的完成了。
还没有评论,来说两句吧...