GPG keys problems occurred when installing software using yum in Fedora

Source: Internet
Author: User
Tags gpg

When releasing an RPM file, the software developer adds a digital signature to the file and releases the public key used to verify the digital signature. When you use RPM to install software, RPM first verifies the digital signature of the RPM file based on the existing public key in the system. GPG keys is the public key.


Problem: Public Key for *. rpm is not installed

The system does not have a public key that can verify the RPM digital signature.

  1. Install the existing GPG Public Key. Under/etc/pki/rpm-GPG/, you can

    Sudo rpm -- import/etc/pki/rpm-GPG/RPM-GPG-KEY *

    Install all of them directly...

  2. If it still doesn't work, you can specify parameters without checking the digital signature.

    Sudo Yum-y install * -- nogpgcheck


Problem:

The GPG keys listed for the "fedora 14-i386" repository are already installed but they are not correct for this package.

Check that the correct key URLs are configured for this repository.


When the public key under/etc/pki/rpm-GPG/is installed, all are import failed


I don't know what's going on


Only -- nogpgcheck is supported...

GPG keys problems occurred when installing software using yum in Fedora

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.