Forum

Full Version: (Solved) GPG error while running apt-get update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am getting the following error while running apt-get update
GPG error: http://archive.raspbian.org jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9165938D90FDDD2E

I am trying to update on a RPi 2
Sounds you have broken file /etc/apt/sources.list

Must be something like this:

Code:
deb http://http.debian.net/debian/ jessie main contrib non-free

RPi2 does not use files from Raspbian distro, only RPi1 does it
Thank you very much. This has solved my problem.
My pi2's have...
Terminal

deb http://http.debian.net/debian stable main non-free
Not
Terminal

deb http://http.debian.net/debian/ jessie main contrib non-free

Should I be worried ? - Should I change it?
@Skywatch

I think it would be good idea to change stable to jessie
@Nachteule,

Changed! - Thanks for the tip!

The Xbian FAQ needs to be updated then by someone who knows what is what, it is well out of date with Wheezy in the list!
(25th May, 2016 03:34 AM)Skywatch Wrote: [ -> ]The Xbian FAQ needs to be updated then by someone who knows what is what, it is well out of date with Wheezy in the list!

Done Smile (first 2 FAQ's)
Yay! Wink
Got the same prob.
@Marcardo

Now you know how to solve this
Reference URL's