top of page

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

  • 執筆者の写真: maresaku
    maresaku
  • 2019年10月24日
  • 読了時間: 1分

今回は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はまだまだ勉強することがたくさんありますね。


 
 
 

最新記事

すべて表示
bottom of page