RPM-GPG-KEY 문제 해결
yum 패키지 설치시 아래와 같은 경고가 출력될 수 있습니다.
경고: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 Importing GPG key 0xC105B9DE: Userid : CentOS-6 Key (CentOS 6 Official Signing Key) <[email protected]> Package: centos-release-6-5.el6.centos.11.1.x86_64 (@anaconda-CentOS-201311272149.x86_64/6.5) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 Is this ok [y/N]:
GPG Key가 만료되어 뜨는 문제이므로 아래 명령어를 통해 해결할 수 있습니다.
rpm --import /etc/pki/rpm-gpg/RPM*
감사합니다만 해당 명령 입력시 import read failed(2). 라고 뜨네요 ㅠ