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

at 1年前  ca Linux  pv 384  by touch  

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
-----------------------------------
©著作权归作者所有:来自51CTO博客作者a772304419的原创作品,请联系作者获取转载授权,否则将追究法律责任
ubuntu报错:E: 仓库 “http://ppa.launchpad.net/docky-core/ppa/ubuntu bionic Release” 没有 Release 文件
https://blog.51cto.com/zhangxueliang/4056890


在执行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条评论