Jika pernah mengalami error tidak bisa update maupun upgrade Debian 10 pada penyedia layanan hosting VPS tertentu, khususnya idcloudhost berikut solusinya.
Ini keterangan saat update error
aHit:1 http://security.debian.org buster/updates InRelease
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Hit:4 http://deb.debian.org/debian buster-backports InRelease
Reading package lists... Done
N: Repository 'http://deb.debian.org/debian buster InRelease' changed its 'Version' value from '10.4' to '10.11'
E: Repository 'http://deb.debian.org/debian 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://deb.debian.org/debian buster-updates InRelease' changed its 'Suite' value from 'stable-updates' to 'oldstable-updates'
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Cara mengatasinya gunakan perintah ini
apt update --allow-releaseinfo-change
Ingat harus apt
BUKAN apt-get
Kemudian lakukan update dan upgrade
apt update -y
apt upgrade -y
Selesai, semoga bermanfaat.
mantap work