You are not logged in.
Pages: 1
Because of expired keys starting this year there can still be installations out there which are not easy to update
securely.
Try the following steps:
pacman-key --refresh
pacman -S archlinux32-keyring
If this doesn't help, try importing the signing keys from our keyservers (which you have to trust in this case) manually:
pacman-key --init
curl -Ss 'https://archlinux32.org/keys.php?k=5FDCA472AB93292BC678FD59255A76DB9A12601A' | gpg --homedir /etc/pacman.d/gnupg/ --import
curl -Ss 'https://archlinux32.org/keys.php?k=16194A82231E9EF823562181C8E8F5A0AF9BA7E7' | gpg --homedir /etc/pacman.d/gnupg/ --import
pacman-key --populate
pacman-key --refresh
pacman -S archlinux32-keyring
More details can be found https://wiki.archlinux.org/title/Pacman/Package_signing.
Offline
Pages: 1