my life

day to day

Debian apt-get update fails with NO_PUBKEY A70DAF536070D3A1

September 8th, 2007

Reading package lists… Done W: GPG error: http://ftp.debian.org etch Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 NO_PUBKEY B5D0C804ADB11277 W: GPG error: http://security.debian.org etch/updates Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 W: You may want to run apt-get update to correct these problems

Just run…

gpg --keyserver wwwkeys.eu.pgp.net --recv-keys A70DAF536070D3A1 gpg --keyserver wwwkeys.eu.pgp.net --recv-keys B5D0C804ADB11277 gpg --armor --export A70DAF536070D3A1 | apt-key add - gpg --armor --export B5D0C804ADB11277 | apt-key add -

add to del.icio.us    add to technorati favs    email this

2 Responses to “Debian apt-get update fails with NO_PUBKEY A70DAF536070D3A1”

  1. vinayak salvi Says:

    W: GPG error: http://ftp.debian.org etch Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY A70DAF536070D3A1 NO_PUBKEY B5D0C804ADB11277

  2. Willing wheels » Blog Archive » debian keyring list (GPG error) Says:

    [...] http://osterman.com/wordpress/2007/09/08/debian-apt-get-update-fails-with-no_pubkey-a70daf536070d3a1 [...]

Leave a Reply