[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: `W: GPG error: http://www.backports.org lenny-backports Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EA8E8B2116BA136C'



On Tue, 29 Jun 2010 12:09:56 +0200, Merciadri Luca wrote:

> Using apt-get's GUI, I receive
> 
> ==
> `W: GPG error: http://www.backports.org lenny-backports Release: The
> following signatures couldn't be verified because the public key is not
> available: NO_PUBKEY EA8E8B2116BA136C' ==
> 
> Any idea(s)? I am using a standard /etc/apt/sources.list. Thanks.

Did you already import the key of the "backports" repo?

***
http://www.backports.org/dokuwiki/doku.php?id=instructions

If you want apt to verify the downloaded backports you can import 
backports.org archive’s key into apt:

apt-get install debian-backports-keyring

or

gpg --keyserver hkp://subkeys.pgp.net --recv-keys 16BA136C
gpg --export 16BA136C | apt-key add -

or

wget -O - http://backports.org/debian/archive.key | apt-key add -
***

Greetings,

-- 
Camaleón


Reply to: