Firma non valida GPG


8

Sto riscontrando problemi con quanto segue (nel tentativo di rimuovere i collegamenti ipertestuali, ho rimosso uno dei "/" dagli indirizzi):

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

Ho provato le seguenti soluzioni che erano in un caso chiuso intitolato "Le seguenti firme non erano valide":

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

controlla questo [post] [1] in askubuntu. Ha funzionato per me [1]: askubuntu.com/questions/116050/…
Ravi Ranjan

Risposte:


20

Prova questo :

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
Non funziona sulla mia macchina. :-(
Anand,

4

Hai installato un "interessante" set di PPA:

La segnalazione di BADSIG può essere risolta seguendo queste domande e risposte :

Qual è il modo più semplice per risolvere errori GPG apt-get BADSIG?

Gli errori 404 significano sostanzialmente che i PPA non hanno più repository onirici. Dovresti deselezionare quelli da Sorgenti software.

I repository jaunty-getdeb e badgerports.org non sono validi per oneiric. Ancora una volta, deseleziona quelli dalle fonti software.


0

Ho ottenuto "Y PPA Manager". C'è un pulsante "avanzato" in questo software che troverà le chiavi mancanti. Ha funzionato per me.


0

ho avuto lo stesso problema. Ho appena deselezionato le caselle di controllo "Indipendente fornito da sviluppatori di software di terze parti" e "Indipendente (codice sorgente) fornito da sviluppatori di software di terze parti" sotto fonti software (fai clic sull'icona a forma di ingranaggio nel pannello principale, quindi fai clic su software aggiornamento in basso a sinistra è il pulsante delle impostazioni che ti porterà alla finestra di dialogo delle fonti del software. quando arrivi qui, passa alla scheda "altri software")

Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.