View Single Post
  #2  
Old 05-29-2010, 01:04 PM
Stream Recorder
 
Posts: n/a
Default

Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures co


If you can't access keyserver.ubuntu.com on your computer, then get the key on another computer:
Code:
gpg --keyserver keyserver.ubuntu.com --recv 505A2DD1
gpg --export --armor 505A2DD1 > key.asc
Then transfer key.asc to your computer and run
Code:
cat key.asc | sudo apt-key add -
Reply With Quote