当我运行sudo apt更新& sudo apt升级-y时,下面会出现以下错误
Hit:1 http://ppa.launchpad.net/diesch/testing/ubuntu bionic InRelease
Ign:2 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic InRelease
Hit:3 https://packages.microsoft.com/ubuntu/20.04/prod focal InRelease
Err:4 http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.发布于 2020-08-24 18:19:25
它向您展示了对于存储库http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu,您的Ubuntu (仿生海狸)版本是不可用的,因此您不能使用该回购。您可以升级Ubuntu版本或删除该存储库。
如果您决定升级,请遵循这。如果要保留当前版本并删除回购,请执行以下操作:
/etc/apt中找到引用该存储库的行,运行:grep "http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu" /etc/apt -Rsudo apt update。这样就行了。
https://unix.stackexchange.com/questions/606092
复制相似问题