ブログ

Armadillo-X1/IoT(G3/G3L)/640/610:apt-get updateでエラーになる場合

at_kazutaka.bito
2022年2月9日 18時05分

apt-get updateでエラーになる場合の対策方法の一つです。
パッケージインデックスファイルを最新の状態にアップデートする際に、下記コマンドを実行します。

apt-get update

Debian GNU/Linux のマイナーバージョンが最新ではないとき、
以下のようなエラーが出力されコマンドを実行できないことがあります。

E: Release file for http://security.debian.org/dists/buster/updates/InRelease is not valid yet (invalid for another 1070d 9h 49min 7s). Updates for this repository will not be applied.
E: Release file for http://download.atmark-techno.com/debian/dists/buster-backports/Release is not valid yet (invalid for another 705d 22h 43min 57s). Updates for this repository will not be applied.
E: Release file for http://download.atmark-techno.com/debian/dists/buster/Release is not valid yet (invalid for another 1029d 0h 18min 40s). Updates for this repository will not be applied.
E: Release file for http://ftp.jp.debian.org/debian/dists/buster/InRelease is not valid yet (invalid for another 968d 0h 31min 11s). Updates for this repository will not be applied.

この場合、下記のようにリリース情報の更新を許可するオプション(--allow-releaseinfo-change)を付けて実行します。

apt-get --allow-releaseinfo-change update