这是我得到的结果sudo apt-get update
W: The repository 'http://ppa.launchpad.net/t-tujikawa/ppa/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/t-tujikawa/ppa/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
我该如何解决这个问题?
答案1
此 PPA 不支持您的 Ubuntu 版本。您可以通过访问以下 URL 来查看http://ppa.launchpad.net/t-tujikawa/ppa/ubuntu/dists/。除了希望它能够更新(不太可能,因为这个存储库似乎被废弃了很长时间)或找到另一个适合您目的的 PPA 之外,您能做的不多。
答案2
我发现错误是因为我已经安装了 uGet 下载器,它使用了来自http://ppa.launchpad.net/t-tujikawa/ppa/ubuntu。因此,要修复此问题,请打开“软件和更新”,然后选择“其他软件”选项卡,并找到导致错误的网站(在我的情况下,http://ppa.launchpad.net/t-tujikawa/ppa/ubuntu)并取消选中它,然后进行身份验证,然后重新加载。完成。