참고 : https://m.blog.naver.com/PostView.nhn?blogId=idrukawa&logNo=220870293694&proxyReferer=https:%2F%2Fwww.google.co.kr%2F
Yum update errno 14 http error 404: not found
root]# cd /etc/yum.repos.d
root]# vi daum.repo
[base] name=CentOS-$releasever - Base baseurl=http://ftp.daum.net/centos/7/os/$basearch/ gpgcheck=1 gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-7
[updates] name=CentOS-$releasever - Updates baseurl=http://ftp.daum.net/centos/7/updates/$basearch/ gpgcheck=1 gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-7
[extras] name=CentOS-$releasever - Extras baseurl=http://ftp.daum.net/centos/7/extras/$basearch/ gpgcheck=1 gpgkey=http://ftp.daum.net/centos/RPM-GPG-KEY-CentOS-7
[centosplus] name=CentOS-$releasever - Plus baseurl=http://ftp.daum.net/centos/7/centosplus/$basearch/ gpgcheck=1 |
// repo clear 후 로딩
// base, centosplus, extras, updates 가 출력되면 정상
// 위 리스트가 출력되지 않으면 daum.repo 만 남겨놓고 다른 repo는 삭제해보길 바람.
root]# yum clean all
...
Cleaning repos: base centosplus extras updates
Cleaning up everything
root]# ]# yum repolist all
'OS > LINUX Common' 카테고리의 다른 글
가상머신 리눅스 논리불륨 확장 방법 (0) | 2016.02.17 |
---|---|
리눅스 하드웨어 머신 정보 확인하기 (0) | 2015.11.24 |
리눅스 프로세스별 메모리 사용량 확인 (0) | 2015.09.02 |
리눅스 LVM 생성 (0) | 2015.08.20 |
Linux에서 ZFS 파일 시스템 구축. (0) | 2015.03.25 |