Home > Article > Operation and Maintenance > When installing the rpm package on Linux, an error occurs: Header V3 DSA/SHA1 Signature, key ID 1d1e034b: NOKEY solution
This is caused by yum installing an old version of GPG key. Solution:
rpm --import /etc/pki/rpm-gpg/RPM*
Header V3 DSA/SHA1 Signature, key ID solution:
rpm -ivh vnc-server-4.1.2-14.el5_5.4.i386.rpm --force --nodeps
The above is the detailed content of When installing the rpm package on Linux, an error occurs: Header V3 DSA/SHA1 Signature, key ID 1d1e034b: NOKEY solution. For more information, please follow other related articles on the PHP Chinese website!