在 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
現在應該可以工作了