¿Qué pasa con ddebs.ubuntu.com?

¿Qué pasa con ddebs.ubuntu.com?

¿Caducó algo que no debería haber caducado?

Estoy usando símbolos de depuración en mi instalación de Ubuntu 20.10 y ahora aparece esto cuando ejecuto el apt-get updatecomando.

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]>

Respuesta1

Este es un error actual; consulte aquí para obtener información y soluciones alternativas: https://bugs.launchpad.net/ubuntu/+source/ubuntu-keyring/+bug/1920640/comments/3

Citando la publicación anterior, ejecute:

$ sudo wget -O- http://ddebs.ubuntu.com/dbgsym-release-key.asc | sudo apt-key add -
$ sudo apt update

Respuesta2

Tienes que seguir elhttps://wiki.ubuntu.com/Debug%20Symbol%20Packagesprecisamente.

Probablemente te perdiste el siguiente paso:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622

Entonces corre sudo apt update.

información relacionada