jam 블로그

[리눅스] yum update시 오류 관련 본문

시스템/리눅스

[리눅스] yum update시 오류 관련

kid1412 2009. 12. 7. 15:23
728x90

yum update 다음과 같은 에러표시가 나오는 경우가 있다.

You have enabled checking of packages via GPG keys. This is a good thing.
However, you do not have any GPG public keys installed. You need to download
the keys for packages you wish to install and install them.
You can do that by running the command:
rpm --import public.gpg.key
For more information contact your distribution or package provider.

"public.gpg.key" -print


**** 해결 방법 ****

rpm --import /usr/share/doc/fedora-release-3/RPM-GPG-KEY

위와 같은 경로에 있다. 등록을 하고나서 

yum update를 하면 된다.


**** 또다른 오류 ****

yum으로 rpm 설치 시 warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 1ac70ce6 메세지 뜨면서 설치가 안될시
rpm --import etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras 으로 키 추가
Comments