Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPG error: http://download.opensuse.org: public key is not available #2887

Closed
rajan9 opened this issue Feb 25, 2015 · 5 comments
Closed

GPG error: http://download.opensuse.org: public key is not available #2887

rajan9 opened this issue Feb 25, 2015 · 5 comments

Comments

@rajan9
Copy link

rajan9 commented Feb 25, 2015

W: GPG error: http://download.opensuse.org Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3EF2666A18CEC0F6
W: Failed to fetch http://ppa.launchpad.net/libreoffice/libreoffice-4-4/ubuntu/dists/precise/main/source/Sources 404 Not Found

W: Failed to fetch http://ppa.launchpad.net/libreoffice/libreoffice-4-4/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found

W: Failed to fetch http://ppa.launchpad.net/libreoffice/libreoffice-4-4/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

I tried sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3EF2666A18CEC0F6

but it is not working

error Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.zpQPsXehS9 --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys 3EF2666A18CEC0F6 gpg: requesting key 18CEC0F6 from hkp server keyserver.ubuntu.com gpgkeys: key 3EF2666A18CEC0F6 not found on keyserver gpg: no valid OpenPGP data found. gpg: Total number processed: 0

I also tried

sudo rm /var/lib/apt/lists/* -vf

and

after that I tried using y-ppa-manager

but still getting error

@danimo
Copy link
Contributor

danimo commented Feb 25, 2015

Which repo have you added? Did you import the pgp key?

@rajan9
Copy link
Author

rajan9 commented Feb 25, 2015

No I have not Imported any pgp key.

I am having this error from long time. recently I upgraded to libreoffice 4.4.0 and now I am not able to update or updade my system (ubuntu 12.04). It shows above mentioned error and update fails.

Thank you in advance

@dragotin
Copy link
Contributor

hmm, why is the PPA mentioned? We only care for the OBS packages here.

@jnweiger
Copy link
Contributor

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3EF2666A18CEC0F6

Does not know about opensuse keys. Try pulling the key from opensuse instead:

wget -nv http://download.opensuse.org/repositories/isv:/ownCloud:/community:/8.0/xUbuntu_12.04/Release.key -O Release.key
apt-key add - < Release.key

@rajan9 Would that help? Adapt the url, if you used a different one.

@JKawohl
Copy link
Contributor

JKawohl commented Jul 19, 2016

#5067 is probably related. I of course did as the instructions said

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants