top of page

sudo apt-get updateが失敗した場合に解決できるかもしれない方法


今回はsudo apt-get updateで、下記のエラーが出たときの対応です。

E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'testing' to 'stable' N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

このエラーが出た場合はソースのリストの不一致が原因らしく、下記のように入力すればよいらしいです。

sudo apt-get update --allow-release 

なお、この対応は一度きりでよいらしく、次からは通常コマンドでよいらしいです。

Linuxはまだまだ勉強することがたくさんありますね。


閲覧数:15回
bottom of page