Skús sa pozrieť do
tejto témy.
Jedno riešenie:sudo killall dirmngr
sudo pacman-key --refresh-keys
Ďalšie riešenie:sudo mousepad /etc/pacman.d/gnupg/dirmngr.conf
Do súboru vložiť:
standard-resolver
Potom v termináli zadať:
sudo killall dirmngr
Ďalšie riešenie:sudo mousepad /etc/pacman.d/gnupg/gpg.conf
Do súboru vložiť:
keyserver hkp://ipv4.pool.sks-keyservers.net:80
Eventuálne ešte existuje možnosť, ako obísť pridávanie kľúča:Pomocou yaourt:
yaourt --m-arg "--skippgpcheck" -S cower
Pomocou makepkg:
git clone https://aur.archlinux.org/cower.git
cd cower
makepkg -sri --skippgpcheck
Podľa pripnutej odpovede na cower AUR:If you are having problems installing this package due to signature verification, please run the below before running makepkg:
gpg --recv-keys --keyserver hkp://pgp.mit.edu 1EB2638FF56C0C53
If makepkg still complains after this:
1) Ensure you're using makepkg, and not some wrapper.
2) Ensure you don't have GNUPGHOME set in /etc/makepkg.conf or ~/.makepkg.conf, or that the value of GNUGPHOME in makepkg.conf matches that which you've run the above gpg command with.
3) Ensure that the tarball you downloaded matches the md5sums in the PKGBUILD.
If you have problems locating pod2man during the build, please figure out where your PATH is being overridden. /etc/profile.d/perlbin.sh from the perl package will ensure that pod2man is in your PATH.
Kindly do not do the following because of failures in source tarball verification:
1) Complain that the package is broken.
2) Mark the package out of date.
Podľa odpovede na cower AUR s použitím curl:curl "https://pgp.mit.edu/pks/lookup?op=get&search=0x1EB2638FF56C0C53" -o - | gpg --import