Rasbperry pi4 apt update エラー対処

環境

マシン:Raspbery pi4
OS:Rasbian

問題

apt updateを実行すると以下のエラーが発生した

E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'

原因

busterが更新され、リポジトリが変わった

対処

下記コマンドを実行することで、リポジトリを更新できる

sudo apt --allow-releaseinfo-change update

試しにもう一度apt updateを実行すると下記のようにエラーが出なくなる

$ sudo apt update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease                                  
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease                               
Reading package lists... Done
Building dependency tree       
Reading state information... Done
104 packages can be upgraded. Run 'apt list --upgradable' to see them.

コメント

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