Firma inválida de GPG


8

Tengo problemas con lo siguiente (en un intento de eliminar hipervínculos, he eliminado uno de los "/" de las direcciones):

W: GPG error: http://archive.ubuntu.com oneiric Release: The following signatures were   invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>

W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG B725097B3ACC3965 Launchpad lffl

W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG 4874D3686E80C6B7 Launchpad PPA for Banshee Team

W: GPG error: http://archive.getdeb.net jaunty-getdeb Release: The following signatures were invalid: BADSIG A8A515F046D7E7CF GetDeb Archive Automatic Signing Key <archive@getdeb.net>

W: GPG error: http://badgerports.org lucid Release: The following signatures were invalid: BADSIG C90F9CB90E1FAD0C Jo Shields <directhex@apebox.org>

W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures were invalid: BADSIG 976B5901365C5CA1 Launchpad PPA for transmissionbt

W: Failed to fetch http://ppa.launchpad.net/dlecan/openjdk/ubuntu/dists/oneiric/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/dlecan/openjdk/ubuntu/dists/oneiric/main/binary-i386/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/sevenmachines/flash/ubuntu/dists/oneiric/main/binary-i386/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/sun-java-community-team/sun-java6/ubuntu/dists/oneiric/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/sun-java-community-team/sun-java6/ubuntu/dists/oneiric/main/binary-i386/Packages  404  Not Found

He intentado las siguientes soluciones que estaban en un caso cerrado titulado "Las siguientes firmas no eran válidas":

First of all try

sudo apt-get clean

sudo apt-get update && sudo apt-get upgrade

Some ISPs cache the packages and errors like these are reported then. 
If the above commands don't work, try

sudo apt-get update -o Acquire::http::No-Cache=True

and again

sudo apt-get update && sudo apt-get upgrade

If it still doesn't work,

sudo apt-get update -o Acquire::BrokenProxy=true 

sudo apt-get update && sudo apt-get upgrade

mira esto [post] [1] en askubuntu. Funcionó para mí [1]: askubuntu.com/questions/116050/…
Ravi Ranjan

Respuestas:


20

Prueba este:

sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update

3
No funciona en mi máquina. :-(
Anand

4

Tiene instalado un conjunto "interesante" de PPA:

El informe de BADSIG puede resolverse siguiendo estas preguntas y respuestas:

¿Cuál es la forma más fácil de resolver los errores de apt-get BADSIG GPG?

Los errores 404 básicamente significan que los PPA ya no tienen depósitos oníricos. Debe desmarcar los de las Fuentes de software.

Los repositorios jaunty-getdeb & badgerports.org no son válidos para oneiric. Nuevamente, desmarque los de Fuentes de software.


0

Obtuve "Y PPA Manager". Hay un botón "avanzado" en este software que encontrará las claves que faltan. Trabajó para mi.


0

Tuve el mismo problema. Acabo de desmarcar las casillas de verificación "independiente proporcionada por desarrolladores de software de terceros" y "independiente (código fuente) proporcionada por desarrolladores de software de terceros" en fuentes de software (haga clic en el ícono de ajustes en el panel principal y luego haga clic en software actualizador. en la parte inferior izquierda está el botón de configuración que lo llevará al diálogo de fuentes de software. cuando llegue aquí, simplemente vaya a la pestaña 'otro software')

Al usar nuestro sitio, usted reconoce que ha leído y comprende nuestra Política de Cookies y Política de Privacidad.
Licensed under cc by-sa 3.0 with attribution required.