Repository ‘http://raspbian.raspberrypi.org/raspbian buster InRelease’ changed its ‘Suite’ value from ‘stable’ to ‘oldstable’ の対処

Linux
この記事は約4分で読めます。

 

Raspberry Pi でパッケージの更新をしようと sudo apt updateをしたところ以下のようなメッセージが表示されました。

 

 

Repository ‘http://raspbian.raspberrypi.org/raspbian buster InRelease’ changed its ‘Suite’ value from ‘stable’ to ‘oldstable’』ってなに?

 

ということで調べてみました。

 

                 

環境

メッセージの意味

 

‘http://raspbian.raspberrypi.org/raspbian buster InRelease’ changed its ‘Suite’ value from ‘stable’ to ‘oldstable’

 

翻訳すると

http://raspbian.raspberrypi.org/raspbian buster InReleaseは、「Suite」の値を「stable」から「oldstable」に変更しました。

ってことらしいです。

 

どうやら今までapt updateで参照していたリポジトリが『安定版』から『旧安定板』みたいな感じで変更となったみたいです。

 

 

 

 

                 

対処法

 

aptコマンドに–allow-releaseinfo-changeを付けて実行します。

 

 

manを確認すると次のように記載されていました。

–allow-releaseinfo-change
Allow the update command to continue downloading data from a repository which changed its information of the release contained in the repository indicating
e.g a new major release. APT will fail at the update command for such repositories until the change is confirmed to ensure the user is prepared for the
change. See also apt-secure(8) for details on the concept and configuration.

Specialist options (–allow-releaseinfo-change-field) exist to allow changes only for certain fields like origin, label, codename, suite, version and
defaultpin. See also apt_preferences(5). Configuration Item: Acquire::AllowReleaseInfoChange.

 

これも翻訳をしてみました。といってもdeepL使ってるだけ。

updateコマンドが、リポジトリに含まれるリリースの情報を変更したリポジトリからのデータのダウンロードを継続できるようになりました。
例えば、新しいメジャーリリースです。APTは、そのようなリポジトリのアップデートコマンドでは、変更が確認されるまで失敗し、ユーザーが変更に備えられるようにします。
変更に備えることができます。概念や設定の詳細については apt-secure(8) も参照してください。

専門家向けのオプション (–allow-releaseinfo-change-field) が存在し、 origin、label、codename、suite、version、defaultpin などの特定のフィールドに対してのみ変更を許可します。
defaultpin. apt_preferences(5)も参照してください。設定項目。Acquire::AllowReleaseInfoChange.

 

このオプションを使うことで、新しいリポジトリに変更しパッケージダウンロードができるようになるってことみたいです。

 

 

コマンド実行後、updateをしたらメッセージは表示されなくなりました。

 

コメント

タイトルとURLをコピーしました