14.04 - Erro GPG, chave pública não disponível

1

apt-get update retorna:

W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D46F45428842CE5E

Eu tentei:

sudo apt-get clean
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys D46F45428842CE5E

também tentou corrigir o bug 1263540 , tudo sem sucesso.

bastante novo no Ubuntu também.

Alguma idéia?

    
por lsaw 26.07.2015 / 20:13

1 resposta

0

Encontrou este servidor para esta chave, mas infelizmente parece estar inativo.

apt-key adv --keyserver hkp://subkeys.pgp.net --recv-keys D46F45428842CE5E

Pelo menos, tente isto: Tente importar todas as chaves GPG ausentes

    
por Marko 26.07.2015 / 20:54