Questions tagged [keyserver]

A KeyServer is a server which processes and contains PGP keys.

KeyServers, such as the ones used by Debian and Ubuntu, are a key component in being able to authenticate packages, and other software. They are a key component in the making of Debian installers (.deb packages), and can also be used for encrypting content. KeyServers allow for users to import other PGP keys from other users and sources so that verification and decryption of information sent by others can succeed.

48 questions
49
votes
2 answers

W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available:

I get the following error when i do sudo apt-get update W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6AF0E940624A220 I tried following ways…
Aniket Thakur
  • 4,267
  • 3
  • 27
  • 25
20
votes
3 answers

gpgkeys: key F60F4B3D7FA2AF80 not found on keyserver

How can I fix this issue? mona@pascal:~$ sudo apt-get update Ign file: InRelease Get:1 file: Release.gpg [181 B] Get:2 file: Release [196 B] Ign…
Mona Jalal
  • 4,695
  • 21
  • 74
  • 102
13
votes
3 answers

No gpg key from behind a firewall

Just stumbled over this closed thread here: GPG Error while running apt-get Same problem here, Ubuntu 12.04 behind a firewall and proxy. I dont think that matter is duplicate of the given topic. So i reopen this matter in this thread. My…
user68817
  • 131
10
votes
1 answer

Can't get rid of GPG-error: http://download.opensuse.org

I have been googling for hours trying to find a way to get rid of the annoying gpg-error referring to the link below. W: GPG error: http://download.opensuse.org Release: The following signatures could not be verified because the public key is not…
tomoqv
  • 879
9
votes
1 answer

What does the apt-key adv command mean?

I just read αғsнιη's answer on What causes Pinta to crash instantly when I begin image selection? But what does the first line of the solution mean? sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys…
9
votes
3 answers

gpg: 1 signature not checked due to a missing key

Can't sudo apt-get update: Ign:8 http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04 Release.gpg Reading package lists... Done W: GPG error: http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_16.04 Release:…
diogo
  • 191
7
votes
3 answers

Are all OpenPGP public key server equal?

An error info occur when to execute apt-get update . W: An 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 jessie InRelease: The…
showkey
  • 382
7
votes
1 answer

gpg2 --refresh-keys general error

unfortunately I experience the following error when running $ gpg2 --refresh-keys gpg: refreshing 18 keys from hkps://keys.openpgp.org gpg: keyserver refresh failed: General error As you can gather from the above, I've configured the keyserver to…
apitsch
  • 342
6
votes
1 answer

How can GnuPG trust keyserver.ubuntu.com?

I understand that the validity of any OpenPGP certificate is based on that certificate being verified by a trusted party within a web of trust. However, for most people who don't use GnuPG every day, they will simply get their keys from…
Robin Winslow
  • 2,646
  • 3
  • 21
  • 26
6
votes
1 answer

Fetching Ubuntu's OpenPGP keys for verification fails with "not a key ID: skipping"

I have entered this request into the "Terminal" program, per this documentation gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys "8439 38DF 228D 22F7 B374 2BC0 D94A A3F0 EFE2 1092" "C598 6B4F 1257 FFA8 6632 CBA7 4618 1433 FBB7 5451" and…
6
votes
4 answers

Unable to sync PGP keys seahorse

Ok so I tried for the first time to use PGP keys for email encryption in Evolution. I followed some instructions online, created a key, but coz I encountered some problems I decided to delete the key and restart the proces. (This fact is probably…
5
votes
3 answers

ERROR: Unable to fetch GPG key from keyserver

I tried to launch lxc container. But when I give sudo lxc-create -t download ubuntu -n web1 it shows this error ERROR: Unable to fetch GPG key from keyserver How to solve the issue?
4
votes
2 answers

Key server receive failed when installing through PPA

I'm fairly new to Linux. I have Ubuntu, and now I want to install the Pantheon desktop, but as soon I run the command sudo add-apt-repository ppa:elementary-os/daily I get an error message saying: gpg: keyserver receive failed: No keyserver…
ALEX
  • 63
  • 1
  • 1
  • 6
3
votes
1 answer

No keyserver available

I want to install JDK 8, but during the execution of this command sudo -E add-apt-repository ppa:webupd8team/java I got this error gpg: keybox '/tmp/tmplvej9x_g/pubring.gpg' created gpg: keyserver receive failed: No keyserver available What a have…
Joseph
  • 31
3
votes
0 answers

Error while adding repository in Ubuntu 16.10 (keyserver recieve failed)

Whenever I try adding a repository in my Ubuntu 16.10 I am getting keyserver recieve failed error. For example on adding pycharm repo I am getting this error: sudo add-apt-repository ppa:mystic-mirage/pycharm The Most Intelligent Python IDE Enjoy…
mhm
  • 1,412
1
2 3 4