Announcement
Collapse
No announcement yet.
Re: Software Sources problem?
Collapse
This topic is closed.
X
X
-
-
Code:W: GPG error: http://archive.ubuntu.com quantal Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32 W: GPG error: http://security.ubuntu.com quantal-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32 W: GPG error: http://archive.ubuntu.com quantal-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5 NO_PUBKEY 3B4FE6ACC0B21F32
- Top
- Bottom
Comment
-
"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Authentication keys
Ubuntu Community Documents: https://help.ubuntu.com/community/Repositories/Ubuntu
Authentication_Tab https://help.ubuntu.com/community/Re...entication_Tab
If the missing key is: 40976EAF437D05B5 and the keyserver is the ubuntu.com
Code:gpg --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5
gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com
gpg: key 437D05B5: public key "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" imported
gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
gpg: depth: 0 valid: 3 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 3u
gpg: Total number processed: 1
gpg: imported: 1
Code:gpg --export --armor 40976EAF437D05B5 | sudo apt-key add -
Last edited by Rog132; Dec 10, 2013, 03:28 AM.A good place to start: Topic: Top 20 Kubuntu FAQs & Answers
Searching FAQ's: Google Search 'FAQ from Kubuntuforums'
- Top
- Bottom
Comment
-
Thanks so much for your most helpful advice. I feel a lot more comfortable now with this topic.
GrayGeek: I will be 80 next Feb! Reason why you say they are getting harder to find, maybe it's because they don't want to admit it!
Here's my piece of advice: Don't get old, you won't like it!!!
- Top
- Bottom
Comment
-
Originally posted by Bumpalot View Post.... Don't get old, you won't like it!!!"A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Am afraid I am not out of the woods yet!
After running sudo apt-get update
Code:W: There is no public key available for the following key IDs: 40976EAF437D05B5 W: There is no public key available for the following key IDs: 40976EAF437D05B5 W: There is no public key available for the following key IDs: 40976EAF437D05B5
Code:bumpy@Bumpyputer:~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5 [sudo] password for bumpy: Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.3a67XT5WE4 --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//pkg-mozilla-archive-keyring.gpg --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5 gpg: requesting key 437D05B5 from hkp server keyserver.ubuntu.com gpg: key 437D05B5: public key "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 bumpy@Bumpyputer:~$
Will set this as Solved.
- Top
- Bottom
Comment
Comment