[SOLVED] To verify artix-base-openrc
Tried to verify artix-base-openrc by
$ gpg --auto-key-retrieve --verify artix-base-openrc-20210101-x86_64.iso.sig artix-base-openrc-20210101-x86_64.iso
but got this:
gpg: Can't check signature: No public key
So googled then tried:
sudo gpg --keyserver subkeys.pgp.net --recv-keys 0xa574a1915cede31a3bff5a68606520acb886b428
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
was hanging 5 mins..
How is the correct way one?