Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Python
- 경제
- 웹해킹
- 백엔드
- 챗GPT
- 러닝스칼라
- BOF 원정대
- Web
- hacking
- flask
- ChatGPT
- c
- Linux
- 딥러닝
- 리눅스
- deep learning
- BOF
- Shellcode
- Scala
- mysql
- 러닝 스칼라
- hackerschool
- backend
- Javascript
- 파이썬
- webhacking
- c++
- hackthissite
- php
- 인공지능
Archives
- Today
- Total
jam 블로그
[리눅스] yum update시 오류 관련 본문
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를 하면 된다.
**** 또다른 오류 ****
rpm --import etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-extras 으로 키 추가
'시스템 > 리눅스' 카테고리의 다른 글
[명령어] tar 옵션들. (0) | 2009.12.23 |
---|---|
[명령어] 콘솔 창에서 page up (0) | 2009.12.22 |
[gcc] sqrt 컴파일 에러 시 해결 방법 (0) | 2009.12.18 |
[명령어]crontab 사용법 (0) | 2009.12.14 |
[리눅스] 사용자 생성,암호 생성,그룹 생성,그룹에 사용자 추가 (adduser,useradd,passwd,groupadd,groupmod,groupdel) (0) | 2009.12.09 |
Comments