Parece que o Debian está fazendo mudanças nos repositórios. Eu recebo o seguinte ao atualizar meu cache do apt:
Get:1 http://security.debian.org/debian-security buster/updates InRelease [39.1 kB]
Get:2 http://ftp.dk.debian.org/debian buster InRelease [118 kB]
Reading package lists... Done
N: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Version' value from '' to '10'
E: Repository 'http://security.debian.org/debian-security buster/updates 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.
N: Repository 'http://ftp.dk.debian.org/debian buster InRelease' changed its 'Version' value from '' to '10.0'
E: Repository 'http://ftp.dk.debian.org/debian 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.
Preciso atualizar meus .gpg
arquivos em /etc/apt/trusted.gpg.d/
? É assim, como?
Você só precisa executar
apt-get update --allow-releaseinfo-change
como o nome da versão/suite mudou com o lançamento do Buster.Veja esta resposta: https://unix.stackexchange.com/a/529056/332764