Can't import key with gpg on arch linux
Solution 1:
You can manually import your key.Go to https://pgp.mit.edu/ and make a search with the following string: 0x00411886
, clic on the first link , then copy the content of the Public Key Server web page to your favorite text editor . Save it as linux-vfio.asc
Finally run : gpg --import linux-vfio.asc
to import the key.