解决Public key for libXi......rpm is not installed.
出现这个问题由于centos或者rhel中的安装时,包检查不通过。
解决方法:第一种,#rpm --import /etc/pki/rpm-gpg/RPM.....CentOS-6
第二种,#vi /etc/yum.conf
把gpgcheck=1,改为0,这样的话,在安装程序时,就不进行检查。
转载于:https://blog.51cto.com/wjn219/1196433