Cómo resolver el error “Las siguientes firmas eran inválidas: BADSIG” en las actualizaciones de Ubuntu
Ha pasado mucho tiempo desde que conecté mi portátil Ubuntu a Internet. Como resultado, cuando lo conecté a internet después de dos semanas de pausa, como todos sabemos, Ubuntu es bastante aficionado a proporcionar actualizaciones de manera regular, esperaba una gran cantidad de actualizaciones por parte de Ubuntu.
Escribí los siguientes comandos en la terminal en un intento de actualizar el sistema.
sudoapt-get clean
sudoapt-get update
sudoapt-get upgradeEl comando “clean” no hizo nada.
El comando sudo apt-get update mostró un error:
Reading package lists... Done
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://extras.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key p>
También lee: Cómo solucionar el error “El repositorio no tiene archivo de lanzamiento”
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.canonical.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG E0319082F37F3AB0 Launchpad fixes for aprsd
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG 73AD8184264CE9C6 Launchpad PPA for Simon Schneegans
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG DFB844B8BB91632D Launchpad PPA for Weather Indicator Team
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG C2518248EEA14886 Launchpad VLC
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/oneiric/Release
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/oneiric/Release
W: Failed to fetch http://ppa.launchpad.net/webupd8team/gnome3/ubuntu/dists/oneiric/Release
W: Some index files failed to download. They have been ignored, or old ones used instead.
¿Notaste las últimas líneas? Esas son las cruciales y necesitamos enfocarnos en ellas. Dice:
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://extras.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key
Ese es nuestro culpable aquí: error de firma inválida BADSIG.
¿Cómo resolver el error Las siguientes firmas eran inválidas: BADSIG?
Para eliminar el error de firma mala, abre la terminal (Ctrl+Alt+T) y usa los comandos dados a continuación uno por uno:
sudoapt-get clean
cd/var/lib/apt
sudomv lists lists.old
sudomkdir-p lists/partial
sudoapt-get clean
sudoapt-get updateDespués de usar estos comandos, deberías deshacerte de los errores y tu Gestor de Actualizaciones debería estar funcionando bien.
También lee: Solucionando el error “el nombre de usuario no está en el archivo sudoers. Este incidente será reportado” en Ubuntu
¿Aún tienes problemas? Dime si todavía enfrentas dificultades con el BADSIG o el Gestor de Actualizaciones de Ubuntu. Me gustaría ayudarte. Mantente en contacto suscribiéndote al boletín. ¡Disfruta! :)
También lee: Cómo solucionar el error “No queda espacio en el dispositivo” en Linux
Crédito de la imagen: Big Stock Photo