Each stable RPM package released by fusion source has a GPG signature. By default, yum and graph update tools verify these signatures and refuse to install any software packages without signatures or corrupted signatures. You should always verify the signature before installing the software package. These signatures ensure that the software package you want to install comes from the fusion repository and is not replaced by the webpage or image that provides the software package (unintentional or malicious ). When we install the fusion source, the GPG key is not added by default.
Each stable RPM package released by fusion source has a GPG signature. By default, yum and graph update tools verify these signatures and refuse to install any software packages without signatures or corrupted signatures. You should always verify the signature before installing the software package. These signatures ensure that the software package you want to install comes from the fusion repository and is not replaced by the webpage or image that provides the software package (unintentional or malicious ).
However, when we install the fusion source, the GPG key is not added by default, so the installation of the software may fail to obtain the GPG key:
[Errno 14] cocould not open/read file: // etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-Fedora-18-i386
How can this problem be solved? The answer is, of course, import the key ~
Open the Key page on fusion source Official Website: http://rpmfusion.org/keys
RPM Fusion free for Fedora 18
Download; key in pgp.mit.edu; fingerprint:
sec 4096R/982E0A7C 2012-02-09 Key fingerprint = C63D A8F3 375C 7182 3E3A 2D42 3633 9914 982E 0A7Cuid RPM Fusion free repository for Fedora (18)
The first line is the version of the system corresponding to the key. If you are using a specific version of the system, select the corresponding key and click download to download the key, because the blogger is fedora18, all downloaded files are RPM-GPG-KEY-rpmfusion-free-fedora-18
Then open the terminal, su get root permissions, and then enter the following command: rpm -- import '/home/XXX/RPM-GPG-KEY-rpmfusion-free-fedora-18' After the Directory into the absolute path of the key file you downloaded, you can also directly mount the file to the terminal, and the system will automatically fill in the address of the file
Press enter to execute. Try again to install the software ~ Has it been solved?
For more information about Fedora, see Fedora topics page http://www.linuxidc.com/topicnews.aspx? Tid = 5