W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldnWhen running
Code:
sudo apt-get update Code:
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E635A714505A2DD1 Code:
gpg --keyserver keyserver.ubuntu.com --recv 505A2DD1 |
Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures coIf 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 Code:
cat key.asc | sudo apt-key add - |
Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures coThanks sooooooooo much
|
Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures coQuote:
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. |
Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures coQuote:
Code:
wget -O - http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc | sudo apt-key add - |
Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures coQuote:
It somehow helped, not to solve the problem but to narrow it .. thank you! |
Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures coWorked for me Thanks.
Clear and concise...and very helpful Could also read HTML Code:
https://www.virtualbox.org/wiki/Linux_Downloads |
All times are GMT -6. The time now is 07:34 PM. |