Hint Error: Header V3 dsa/sha1 Signature, key ID 5072e1f5:nokey error:failed dependencies
Cause of error: This is due to yum installing an older version of the GPG keys
Solution: Add--force--nodeps back
Original:
Summary: CentOS installation RPM Warning: mysql-server-5.5.46-1.linux2.6.x86_64.rpm: header V3 dsa/sha1 Signature, key ID 5072e1f5: Nokey reason: This is because Yum installed the old version of the GPG keys caused by the solution: After adding--force--nodeps such as: Rpm-ivh mysql-server-5.5.46-1.linux2.6.x86_64.rpm--FO Rce--nodeps starts with RPM version 4.1 and checks the package's signature when installing or upgrading the package.
CentOS Install RPM warning when installing MySQL:
Warning: mysql-server-5.5.46-1.linux2.6.x86_64.rpm: Head V3 dsa/sha1 Signature, key ID 5072e1f5:nokey
Reason: This is due to yum installing the old version of the GPG keys caused by
Workaround: Add the following
--force--nodeps
Such as:
RPM-IVH mysql-server-5.5.46-1.linux2.6.x86_64.rpm--force--nodeps
Starting with RPM version 4.1, the software package signature is checked when the package is installed or upgraded. If the signature check fails, you will see the following
The error message:
Error:v3 DSA Signature:bad, key ID 0352860f
If it is a new, file-only signature for the header, you will see an error message that looks like this:
Error:header V3 DSA Signature:bad, key ID 0352860f
If you do not have the appropriate keys installed to verify your signature, the message will contain nokey, such as:
Warning:v3 DSA Signature:nokey, key ID 0352860f
There are times when installing the software with Yum under CentOS, you'll end up with a hint:
Reference
Warning:rpmts_HdrFromFdno:Header V3 DSA Signature:nokey, key id*****
This is due to yum installing the old version of the GPG keys, the solution is
Reference
RPM--import/etc/pki/rpm-gpg/rpm*
The installation of the software will not have this error message.
CentOS install MySQL (RPM) Tip error header V3 DSA/SHA1 Signature