Public key for *.rpm is not installed
摘要:
以下三种都可以,我自己用的3 1.运行 [root@RedHatPackages]#rpm--import/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release 可解决; 2.运行 [root@RedHatPackages]#yum.conf文件,把里面的gpgcheck=1改为gpgcheck=0 (不推荐)。 注:方法2的效果很好 3.最好的解决办法: 加上"--nogpgcheck"参数 [root@RedHatPackages]#yuminstallgoogle-chrome-stable_current_i386.rpm--nogp 阅读全文
posted @ 2012-10-29 10:48 天天向上的博客 阅读(288) 评论(0) 推荐(0) 编辑