Created: 2024-09-05 Copyright: CC-BY-SA 4.0 Language: en
Time after time during updates I come into problem when some GPG key for package are not imported in my system. That mostly happens with AUR packages.
In such case you will see error like this:
<...> ==> Verifying source file signatures with gpg... tor-browser-linux-x86_64-13.5.3.tar.xz ... FAILED (unknown public key 157432CF78A65729) ==> ERROR: One or more PGP signatures could not be verified! -> error making: tor-browser-bin-exit status 1 -> Failed to install the following packages. Manual intervention is required: tor-browser-bin - exit status 1
You just need to receive upgraded key and the way is:
gpg --recv-keys 157432CF78A65729
`157432CF78A65729` should be replaced with needed key.
Page counter: C