Raspbian / Debian apt-get update buster InRelease changed its suite from stable to oldstable

Issue:

Running Debian or Raspbian Buster and issuing the command(s):

apt-get update

or

sudo apt-get update

Doesn’t appear to go through and provides the following output messages:

Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Get:2 http://archive.raspberrypi.org/debian buster InRelease [32.6 kB]
Reading package lists... Done
E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
E: Repository 'http://archive.raspberrypi.org/debian buster InRelease' changed its 'Suite' value from 'testing' to 'oldstable'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.

 

Cause:

Debian has not too long ago updated the release from Buster to Bullseye, which means that Buster is no longer the ‘In Release’ build of Debian or Raspbian Linux.

 

Solution:

You need to let APT change the ‘suite’ values from stable to oldstable by issuing the command(s):

apt-get update --allow-releaseinfo-change

or

sudo apt-get update --allow-releaseinfo-change

 

 

2 thoughts on “Raspbian / Debian apt-get update buster InRelease changed its suite from stable to oldstable

  1. Hiya! Quick question that’s totally off topic. Do you know how to make your site mobile friendly?
    My website looks weird when viewing from my iphone.
    I’m trying to find a template or plugin that might be able to resolve this issue.
    If you have any recommendations, please share. Appreciate it!

    1. Hi Twicsy

      Honestly, I did very little except pick a free WP theme that is mobile friendly (responsive) out of the box. When looking at WP themes, choose themes that are ‘responsive’ as this helps them to change to suit different display resolutions & layouts. The theme I am using here is GovPress – only because its super simple, lightweight, and doesn’t require or offer too many features – and best of all – responsive!

      Best of luck!

Leave a Reply