E: The repository 'http://ppa.launchpad.net/philip.scott/notes-up/ubuntu bionic Release' does not have a Release file.
系统:Ubuntu18.04
在执行sudo apt-get update后报以下错误:
E: The repository 'http://ppa.launchpad.net/philip.scott/notes-up/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.
找到原因是因为PPA仓库过时。
执行命令:
sudo add-apt-repository --remove ppa:philip.scott/notes-up
注:
命令里的ppa:philip.scott/notes-up就是错误里的链接http://ppa.launchpad.net/philip.scott/notes-up/ubuntu bionic Release里http://ppa.launchpad.net/后面的部分。
参考链接: 如何查找并移除Ubuntu上陈旧的PPA仓库.