問題: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 了。。。