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
これで動作するはずです