在CentOS/RHEL 6.x上使用AtomicorpYUM源

首先
wget -q -O – http://www.atomicorp.com/installers/atomic.sh | sh
会在yum的配置目录中增加一个新的yum源配置文件
/etc/yum.repos.d/atomic.repo

安装php等软件时会报错

warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID 4520afa9: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY.art.txt

The GPG keys listed for the “CentOS / Red Hat Enterprise Linux 6 – atomicrocketturtle.com” repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

解决

yum update atomic-release
升级下这个就 可以解决