Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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 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 1DABDBB4CEC06767 W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used.GPG error: http://download.virtualbox.org lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 54422A4B98AB5139 W: GPG error: http://deb.opera.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F9A2F76A9D1A0061 Code:
gpg --keyserver keyserver.ubuntu.com --recv 505A2DD1 gpg --export --armor 505A2DD1 | sudo apt-key add - |
#2
|
|||
|
|||
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 gpg --export --armor 505A2DD1 > key.asc Code:
cat key.asc | sudo apt-key add - |
#3
|
|||
|
|||
Re: W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures coThanks sooooooooo much
|
#4
|
|||
|
|||
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. |
#5
|
|||
|
|||
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 - wget -O - http://deb.opera.com/archive.key | sudo apt-key add - |
#6
|
|||
|
|||
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! |
#7
|
|||
|
|||
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 |
Tags: gpg error, linux, no pubkey, ppa launchpad net, signature, ubuntu |
Thread Tools | |
Display Modes | |
|
|