Kodi Community Forum

Full Version: Alternative keyservers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi me old mucker's

Many ppl using scripts actually get NO PUB KEY XXXXXXXXXX even if the key retrieval string is there there is a reason for this usual things that happen as a result is failed installs or packages just not being installed period!

Well since the keyservers break go offline or whatever might as well add supplemental ones when things go pear shaped as they do not my idea but I thought I'd post it here to help everyone as it helped me.

Code:
pool.sks-keyservers.net
subkeys.pgp.net
pgp.mit.edu
keys.nayr.net
keys.gnupg.net
wwwkeys.XX.pgp.net - replace XX with your country code (fr, en, de... etc)

to actually get them working is like so replace the red bits

Code:
e.g. apt-key adv --keyserver [color=Red]keys.gnupg.net[/color] --recv-keys XXXXXXX
e.g. apt-key adv --keyserver [color=Red]pool.sks-keyservers.net[/color] --recv-keys XXXXXXX
e.g. apt-key adv --keyserver [color=Red]subkeys.pgp.net[/color] --recv-keys XXXXXXX

And so on

Up there find all info needed to use the alternative places. nice and easy no special linux know how needed.