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


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

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

安裝現有的 gpg 公鑰,在 /etc/pki/rpm-gpg/ 下,可以

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

直接把所有的都安裝。。。

還是不行的話,就通過參數指定不檢查數字簽名

sudo yum -y install * --nogpgcheck

問題:

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.

安裝 /etc/pki/rpm-gpg/ 下的公鑰時全部為 import failed

不知道怎么回事

只能 --nogpgcheck 了。。。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM