前提・実現したいこと
Raspberry Piのアップデートをするために
sudo apt-get update
を行った。
そこで以下のようなエラーが発生しました。
発生している問題・エラーメッセージ
エラー:1 http://raspbian.raspberrypi.org/raspbian buster InRelease 'raspbian.raspberrypi.org' が一時的に解決できません エラー:2 http://archive.raspberrypi.org/debian buster InRelease 'archive.raspberrypi.org' が一時的に解決できません パッケージリストを読み込んでいます... 完了 W: http://raspbian.raspberrypi.org/raspbian/dists/buster/InRelease の取得に失敗しました 'raspbian.raspberrypi.org' が一時的に解決できません W: http://archive.raspberrypi.org/debian/dists/buster/InRelease の取得に失敗しました 'archive.raspberrypi.org' が一時的に解決できません W: いくつかのインデックスファイルのダウンロードに失敗しました。これらは無視されるか、古いものが代わりに使われます。
このサイトDebian 10 Buster testing をリリース後に apt update するとエラーになる
を参考に、
sudo apt --allow-releaseinfo-change update
を行ったが、同様な結果が得られた。
Debianのバージョンは10.1です。
該当のソースコード
pi@raspberrypi:~ $ sudo apt --allow-releaseinfo-change update エラー:1 http://raspbian.raspberrypi.org/raspbian buster InRelease 'raspbian.raspberrypi.org' が一時的に解決できません エラー:2 http://archive.raspberrypi.org/debian buster InRelease 'archive.raspberrypi.org' が一時的に解決できません パッケージリストを読み込んでいます... 完了 依存関係ツリーを作成しています 状態情報を読み取っています... 完了 パッケージはすべて最新です。 W: http://raspbian.raspberrypi.org/raspbian/dists/buster/InRelease の取得に失敗しました 'raspbian.raspberrypi.org' が一時的に解決できません W: http://archive.raspberrypi.org/debian/dists/buster/InRelease の取得に失敗しました 'archive.raspberrypi.org' が一時的に解決できません W: いくつかのインデックスファイルのダウンロードに失敗しました。これらは無視されるか、古いものが代わりに使われます。
この問題の解決方法がわかりません。どなたかご教授よろしくお願いします。
回答2件
あなたの回答
tips
プレビュー