Thread: How to fix NO_PUBKEY errors in apt-get update
okay, here's fix error might when doing apt-get update.
let's have error:
and apt-get update doesn't (obviously?).code:w: gpg error: http://ftp.de.debian.org stable/non-us release: following signatures couldn't verified because public key not available: no_pubkey f1d53d8c4f368d5d w: may want run apt-get update correct these problems
here's fix:
1.
depending on key error on, switch 9aa38dcd55be302b key need get.code:gpg --keyserver wwwkeys.eu.pgp.net --recv 9aa38dcd55be302b
2.
once again, switch 9aa38dcd55be302b whatever necessary.code:gpg --export --armor 9aa38dcd55be302b | sudo apt-key add -
3. should done! run apt-get update check!
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] How to fix NO_PUBKEY errors in apt-get update
Ubuntu
Comments
Post a Comment