sudo apt-get update
Hit:1 http://us.archive.ubuntu.com/ubuntu jammy InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease
Ign:5 https://ppa.launchpadcontent.net/shutter/ppa/ubuntu jammy InRelease
Err:6 https://ppa.launchpadcontent.net/shutter/ppa/ubuntu jammy Release
404 Not Found [IP: 185.125.190.52 443]
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/shutter/ppa/ubuntu jammy 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.见上文错误:6。我试着做一次ppa-清洗:
sudo ppa-purge ppa:shutter/ppa
Updating packages lists
E: The repository 'https://ppa.launchpadcontent.net/shutter/ppa/ubuntu jammy Release' does not have a Release file.
Warning: apt-get update failed for some reason显然我做错了什么,但我不知道是什么。如有任何建议,敬请见谅。
发布于 2023-05-13 08:23:10
ppa-purge命令的目标无效。
有问题的PPA是ppa:shutter/ppa。
若要删除它,请使用:
sudo ppa-purge ppa:shutter/ppa假设没有其他问题,您可以更新系统:
sudo apt update
sudo apt upgradehttps://askubuntu.com/questions/1467736
复制相似问题