APT 更新错误帮助

APT 更新错误帮助

尝试执行 apt-update 时出现以下错误。有人知道快速修复方法吗?提前致谢。

Err:9 http://ppa.launchpad.net/hda-me/nginx-stable/ubuntu focal Release
  404  Not Found [IP: 2001:67c:1560:8008::19 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/hda-me/nginx-stable/ubuntu focal 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.

答案1

似乎hda-me/nginx-stable不支持 Ubuntu 20.04。您可以使用以下方法删除此存储库:

sudo add-apt-repository --remove ppa:hda-me/nginx-stable

相关内容