I setup Ubuntu 12.04 on a new machine today and in the course of updating apt got a GPG error for ppa.launchpad. After some googling, I was able to find this fix - <br><br>1) gpg --keyserver <a href="http://keyserver.ubuntu.com">keyserver.ubuntu.com</a> --recv <last 8 digits of key><br>
<br>2) gpg --export --armor <last 8 digits of key> | sudo apt-key add -<br><br>But wanted to know why this works. A brief explanation would be most helpful; thanks.<br><br><br>