$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

gpg: Keyserver Receive Failed: No Name Arch Linux Troubleshooting

October 18, 2021 | By the+gnu+linux+evangelist.

Solving gpg: keyserver receive failed: No name in Arch GNU/Linux

Hi! This Tip to Solve the gpg: keyserver receive failed: No name Issue in Arch GNU/Linux.

To Solve the problem you need to Set a working Key Server.

gpg: keyserver receive failed: No name Arch Linux Solving - Featured
  1. Importing Keys

    Then to Solve gpg: keyserver receive failed: No name in Arch Linux
    First, Set the Key Server with:

    echo "keyserver hkps://pgp.surf.nl"  > /home/$USER/.gnupg/gpg.conf
    And then Import the needed Keys:
    gpg  --recv-keys [KEYID]
    Like for instance:
    gpg  --recv-keys CBAF69F173A0FEA4B537F470D66C9593118BCCB6