I got the error after this
sudo pacman -Syu
[sudo] password for roland:
error: GPGME error: No data
error: GPGME error: No data
error: GPGME error: No data
error: database 'system' is not valid (invalid or corrupted database (PGP signature))
error: database 'world' is not valid (invalid or corrupted database (PGP signature))
error: database 'galaxy' is not valid (invalid or corrupted database (PGP signature))
Please help me solve this
sudo pacman-key --init && pacman-key --populate artix
sudo pacman-key --refresh-keys
(https://telegra.ph/pgp-04-20) Terminal screen shot
Solved with this:
sudo rm -R /var/lib/pacman/sync
pacman -Syu
And everything working now
TYSM!
I had the same issue after installing artix (attempting to run TDE) on a VM. My laptop battery died on me mid setup (thankfully no damage was done to the host system) and this fix worked perfectly.