Fedora 中用 yum 安裝軟件出現 gpg keys 相關問題

軟件開發商在釋出 RPM 文件時,會在其中添加數字簽名,並釋出用於驗證數字簽名的公鑰。使用 rpm 安裝軟件時,rpm 會首先根據系統中已有的公鑰去驗證 RPM 文件的數字簽名。gpg keys 就是公鑰。this


問題:Public key for *.rpm is not installed開發

系統中沒有能驗證該 RPM 數字簽名的公鑰it

  1. 安裝現有的 gpg 公鑰,在 /etc/pki/rpm-gpg/ 下,能夠import

    sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*軟件

    直接把全部的都安裝。。。gc

  2. 仍是不行的話,就經過參數指定不檢查數字簽名im

    sudo yum -y install * --nogpgcheckyum


問題:文件

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

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


安裝 /etc/pki/rpm-gpg/ 下的公鑰時所有爲 import failed


不知道怎麼回事


只能 --nogpgcheck 了。。。

相關文章
相關標籤/搜索