리눅스 분류
yum 업데이트 관련
작성자 정보
- 우정미 작성
- 작성일
컨텐츠 정보
- 2,942 조회
- 2 댓글
- 0 추천
- 목록
본문
페도라 코어 3 을 설치했습니다..
yum을 이용해서 업데이트를 하려고 키를 받아와서 import시킨 후에
wget http://ftp.kreonet.re.kr/pub/Linux/fedora/core/3/i386/os/RPM-GPG-KEY
wget http://ftp.kreonet.re.kr/pub/Linux/fedora/core/3/i386/os/RPM-GPG-KEY-fedora
rpm --import RPM-GPG-KEY
rpm --import RPM-GPG-KEY-fedora
yum -y update 하면
Setting up Update Process
Setting up Repos
Cannot find a valid baseurl for repo: base
이런 에러 메세지가 나옵니다 ㅠ_ㅠ
/etc/yum.repos.d/fedora.repo 파일은
[base]
name=Fedora Core $releasever - $basearch - Base
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/
mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$releasever
enabled=1
gpgcheck=1
왜 업데이트가 안될까요 ㅠ_ㅠ
관련자료
-
이전
-
다음
댓글 2
허태훈님의 댓글
- 허태훈
- 작성일
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/ 에서 주석처리 해제해 보세요
우정미님의 댓글
- 우정미
- 작성일
주석해제를 하면
Setting up Install Process
Setting up Repos
http://download.fedora.redhat.com/pub/fedora/linux/core/3/i386/os/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (-3, 'name resolutionxbfxa1xbcxad xc0xcfxbdxc3xc0xfbxc0xce xbdxc7xc6xd0')>
Trying other mirror.
Cannot open/read repomd.xml file for repository: base
failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
Setting up Install Process
Setting up Repos
http://download.fedora.redhat.com/pub/fedora/linux/core/3/i386/os/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (-3, 'name resolutionxbfxa1xbcxad xc0xcfxbdxc3xc0xfbxc0xce xbdxc7xc6xd0')>
Trying other mirror.
Cannot open/read repomd.xml file for repository: base
failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.