View Single Post
  #5  
Old 07-20-2010, 10:03 PM
Stream Recorder
 
Posts: n/a
Default

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


Quote:
Originally Posted by Asdzaan View Post
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?
Use wget to download .asc keys if they are available. For example:
Code:
wget -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc | sudo apt-key add - 
wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
Reply With Quote