Erro GPG durante a atualização

6

Encontrei esse erro durante a atualização. Li perguntas e respostas sobre esse problema, mas o ponto é chave de assinatura . Não retorna a chave de assinatura!

Get:1 http://archive.canonical.com lucid Release.gpg [198B]
Ign http://archive.canonical.com/ lucid/partner Translation-en_US
                ...
                ...
                ...  
Get:24 http://archive.ubuntu.com lucid-security/main Packages [380kB]          
Get:25 http://archive.ubuntu.com lucid-security/restricted Packages [14B]      
Get:26 http://archive.ubuntu.com lucid-security/multiverse Packages [4,556B]   
Get:27 http://archive.ubuntu.com lucid-security/main Sources [118kB]           
Get:28 http://archive.ubuntu.com lucid-security/restricted Sources [14B]       
Get:29 http://archive.ubuntu.com lucid-security/universe Packages [125kB]      
Get:30 http://archive.ubuntu.com lucid-security/universe Sources [34.5kB]      
Fetched 12.8MB in 10min 33s (20.3kB/s)                                         
Reading package lists... Done
W: GPG error: http://archive.canonical.com lucid Release: Unknown error executing gpgv
W: GPG error: http://archive.ubuntu.com lucid Release: Unknown error executing gpgv
W: GPG error: http://archive.ubuntu.com lucid-updates Release: Unknown error executing gpgv
W: GPG error: http://archive.ubuntu.com lucid-security Release: Unknown error executing gpgv
    
por Mohammads 05.03.2012 / 05:56

4 respostas

2

Finalmente, corrigido.

Eu procurei em / lib e encontrei um outro "libreadline.so.6" e o substituí e o problema foi corrigido.

Obrigado pela sua atenção.

    
por Mohammads 10.03.2012 / 04:08
0

Tente sudo apt-get clean e execute o comando update novamente.

    
por LnxSlck 06.03.2012 / 01:36
0

bem ... mesmo problema aqui (Ubuntu 12,04, 64 bits). Isso funcionou para mim:

sudo mv /usr/local/lib/libreadline.so.6 /usr/local/lib/libreadline_problem.so.6
sudo mv /usr/local/lib/libreadline.so.6.2 /usr/local/lib/libreadline_problem.so.6.2

sudo ln -s /lib/x86_64-linux-gnu/libreadline.so.6 /usr/local/lib/libreadline.so.6
sudo ln -s /lib/x86_64-linux-gnu/libreadline.so.6.2 /usr/local/lib/libreadline.so.6.2

sudo  apt-get update

:)

    
por hubble 17.10.2013 / 20:29
0

Por favor, execute o seguinte comando e adicione a chave manualmente:

gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv KEYNAME
    
por IT UPT 05.09.2017 / 12:11