New issue by brdelphus on void-packages repository https://github.com/void-linux/void-packages/issues/25750 Description: ### System * xuname: Void 5.8.16_1 x86_64 GenuineIntel uptodate rFFF * package: *affected package(s) including the version*: lxc-4.0.4_1 ### Expected behavior the ability to use download template to download os container templates ### Actual behavior ERROR: Unable to fetch GPG key from keyserver ### Steps to reproduce the behavior lxc-create -n mycontainer -t download -- --dist voidlinux --release current --arch x86_64 Further investigation shows me that the gpg option --receive-keys was -recv-keys on gnupg 1.x reason why it fails to store necessary keys, not sending pull requests cos I am not familiar with (we either specify which version of gnupg to be used, or check gpg simlinks to match template) Thank you