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

When installing the rpm package on Linux, an error occurs: Header V3 DSA/SHA1 Signature, key ID 1d1e034b: NOKEY solution

PHP中文网
PHP中文网Original
2017-06-19 11:22:212881browse

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn