在 Ubuntu 20.04 上,我尝试运行以下命令
sudo apt-get update
失败并出现以下错误:
E: Failed to fetch https://dl.bintray.com/loadimpact/deb/dists/stable/InRelease 403 Forbidden [IP: 35.158.216.221 443]
E: The repository 'https://dl.bintray.com/loadimpact/deb stable InRelease' is not signed.
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.
我已经尝试删除类似的东西
sudo rm -fr /var/lib/apt/lists/*
但这没有帮助。我还能尝试其他什么来解决这个问题吗?
答案1
打开软件与更新应用程序
点击其他软件标签
取消选择http://dl.bintray.com/loadimpact/debian/ 或类似的东西(如果不存在)
选择关闭按钮。
sudo apt-get update
现在应该可以工作了