CentOS 5 버전에서 더이상의 업데이트 지원이 중단된 시점에 아래와 같은 오류가 발생할 때는
# yum install packagename
gpg key retrieval failed errno 14 http error 404 not found
gpg key retrieval failed errno 14 http error 404 not found
yum install이 안되면서 gpg key retrieval failed errno 14 http error 404 not found 이런 에러가 나는 경우 해결책이다.
# rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
gpg key라는 CentOS RPM signing key가 없으므로 이를 받아온 뒤에 yum 명령어를 실행하면 잘 될꺼다!
밑의 링크 두군데 중 한개를 import 하면 된다!
출처: http://junp.tistory.com/155?category=325188 [Software Engineer in Park]
'Works > 리눅스 트러블슈팅' 카테고리의 다른 글
500 OOPS vsftpd: refusing to run with writable root inside chroot() (1) | 2020.07.01 |
---|---|
CentOS7 에서 PHP 5.2 버전 컴파일 시 주요 오류 해결 방안 (0) | 2020.06.09 |
cgi 실행 안될 때 (0) | 2018.06.04 |
sendmail과 dovecot 설치 후 outlook에서 권한요청 중 발생시 (0) | 2018.06.01 |
[Apache] 2.4 버전에서 403 에러시 [authz_core:error AH01630: client denied by server configuration] (0) | 2017.05.29 |