GPG Assinatura Inválida

8

Estou tendo problemas com o seguinte (em uma tentativa de remover os hiperlinks, removi um dos "/" dos endereços):

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

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 <[email protected]>

W: GPG error: http://badgerports.org lucid Release: The following signatures were invalid: BADSIG C90F9CB90E1FAD0C Jo Shields <[email protected]>

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

Eu tentei as seguintes soluções que estavam em um caso fechado intitulado "As assinaturas a seguir eram invá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
    
por Weiant2001 14.02.2012 / 20:45

4 respostas

20

Tente 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
    
por klox 26.06.2012 / 02:51
4

Você tem um conjunto "interessante" de PPAs instalados:

O relatório BADSIG pode ser resolvido seguindo este Q & amp; A:

Qual é a maneira mais fácil? resolver erros do GPAD BADSIG do apt-get?

Os erros 404 basicamente significam que os PPAs não possuem mais repositórios oníricos. Você deve desmarcar as fontes de software.

O jaunty-getdeb & amp; badgerports.org repositórios não são válidos para oníricos. Mais uma vez, desmarque as fontes de software.

    
por fossfreedom 14.02.2012 / 20:59
0

Eu recebi "Y PPA Manager". Há um botão "avançado" neste software que encontrará suas chaves ausentes. Trabalhou para mim.

    
por chris s. 07.03.2012 / 06:42
0

eu tive o mesmo problema. Apenas desmarcou as caixas de seleção "independente - fornecido por desenvolvedores de software de terceiros" e "independente (código-fonte) - fornecidas por desenvolvedores de software de terceiros" em fontes de software (clique no ícone de engrenagem no painel principal e clique em software O atualizador na parte inferior esquerda é o botão de configurações que o levará à caixa de diálogo de fontes de software. Quando você chegar aqui, basta ir para a aba 'outro software')

    
por joel 19.06.2013 / 13:51