Error adding software

I received my Pi400 yesterday and got it up and running, but when I run “Recomended Software”, I get the error bellow. Please advise.

Error updating package data - E: Repository 'http://aspbian.raspberrypi.org/raspbian buster InReIease ’ changed its 'Suite ’ value frorr ‘Stable’ to ‘OldStable’.

1 Like

Try updating things - make sure you have an internet connection and then run the following commands in a terminal window:
sudo apt update
sudo apt full-upgrade

Just note that this might take some time if you need a lot of updates - this will also fully update your OS to the latest version.

4 Likes

This works, thanks.

3 Likes