Friday, July 4, 2014

Fix GPG Error Ubuntu

Sometimes you can find like this on terminal when updating repository
W: There is no public key available for the following key IDs:
3B4FE6ACC0B21F32
If you found it, fix with this
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32
And then try "apt-get update" again

0 comments:

Post a Comment