(Solved) GPG error while running apt-get update - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Software (/forum-6.html) +--- Forum: Configuration (/forum-17.html) +--- Thread: (Solved) GPG error while running apt-get update (/thread-3571.html) |
(Solved) GPG error while running apt-get update - Joecastra - 23rd May, 2016 04:52 PM 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 RE: GPG error while running apt-get update - Nachteule - 23rd May, 2016 10:21 PM 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 RE: GPG error while running apt-get update - Joecastra - 24th May, 2016 08:18 AM Thank you very much. This has solved my problem. RE: (Solved) GPG error while running apt-get update - Skywatch - 24th May, 2016 10:03 PM My pi2's have... Terminal deb http://http.debian.net/debian stable main non-free Terminal deb http://http.debian.net/debian/ jessie main contrib non-free Should I be worried ? - Should I change it? RE: (Solved) GPG error while running apt-get update - Nachteule - 24th May, 2016 11:44 PM @Skywatch I think it would be good idea to change stable to jessie RE: (Solved) GPG error while running apt-get update - Skywatch - 25th May, 2016 03:34 AM @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! RE: (Solved) GPG error while running apt-get update - Nachteule - 25th May, 2016 05:14 AM (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 (first 2 FAQ's) RE: (Solved) GPG error while running apt-get update - Skywatch - 25th May, 2016 05:31 AM Yay! RE: (Solved) GPG error while running apt-get update - Marcardo - 29th May, 2016 01:13 AM Got the same prob. RE: (Solved) GPG error while running apt-get update - Nachteule - 29th May, 2016 02:26 AM @Marcardo Now you know how to solve this |