![O que há de errado com ddebs.ubuntu.com](https://rvso.com/image/1070307/O%20que%20h%C3%A1%20de%20errado%20com%20ddebs.ubuntu.com.png)
Expirou algo que não deveria?
Estou usando símbolos de depuração na instalação do Ubuntu 20.10 e agora recebo isso quando executo o apt-get update
comando.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used.
GPG error: http://ddebs.ubuntu.com groovy Release: The following signatures were invalid:
EXPKEYSIG C8CAB6595FDFF622 Ubuntu Debug Symbol Archive Automatic Signing Key (2016) <[email protected]>
Responder1
Este é um bug atual, veja aqui para obter informações e soluções alternativas: https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyring/+bug/1920640/comments/3
Citando a postagem acima, execute:
$ sudo wget -O- http://ddebs.ubuntu.com/dbgsym-release-key.asc | sudo apt-key add - $ sudo apt update
Responder2
Você tem que seguir ohttps://wiki.ubuntu.com/Debug%20Symbol%20Packagesprecisamente.
Você provavelmente perdeu a seguinte etapa:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622
Então corra sudo apt update
.