When I update my system, I get the following errors:
Fetched 316 B in 22s (14 B/s)
Reading package lists... DoneW: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6AF0E1940624A220
Please someone suggest me a solution to this.
W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6AF0E1940624A220 – Sooraj S Mar 09 '15 at 13:11
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6AF0E1940624A220
Als try running
– DriesSw Mar 10 '15 at 08:32apt-get update
after running the previous command.If you are behind a firewall you can try running
– DriesSw Mar 10 '15 at 13:25sudo apt-key adv --keyserver keyserver.ubuntu.com:80 --recv-keys 6AF0E1940624A220
If you are behind a proxy, you can usesudo apt-key adv --keyserver-options http-proxy=myProxy --keyserver keyserver.ubuntu.com --recv-keys 6AF0E1940624A220
. Make sure you fill in myProxy.