View Single Post
  #4  
Old 07-20-2010, 05:43 PM
Asdzaan Asdzaan is offline
Junior Member
 
Join Date: Jul 2010
Location: Colorado
Posts: 1
Asdzaan is on a distinguished road
Default

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


Quote:
Originally Posted by Stream Recorder View Post
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 -
***************

Can you offer another way to get around not being able to access the key server? If behind a firewall and the keyserver ports are not open. How can you import the key?

Thanks.
Reply With Quote