apt-get
の実行中に、次のエラーが表示されます。
W: GPG error: https://dl.bintray.com Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 99E82A75642AC823
W: Failed to fetch http://ppa.launchpad.net/picaso/octave/ubuntu/dists/trusty/main/binary-AMD64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/picaso/octave/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/samrog131/ppa/ubuntu/dists/trusty/main/binary-AMD64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/samrog131/ppa/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
私はそれぞれが失敗した多くの解決策を試しました。スクリプトでSudo apt-get update
を使用してソフトウェアをインストールすることはできません。(すでにシステム更新を試み、キーサーバーに接続しようとしています(常にタイムアウトを返します)
通常、次を実行すると動作するはずです。
Sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 99E82A75642AC823
Sudo apt-get update
この場合、これが機能するとは思わない:
ソースリストからこれらのPPAを削除することをお勧めします。 から優れた回答を読んでください。PPAを使用しているとき、またはパッケージリストを更新しているときに404エラーを修正するにはどうすればよいですか? .