지금까지 2개의 yum repo 주소를 찾았습니다. 해당 사이트도 닫히면 다른 사이트를 찾아야 합니다. ========================================== vi /etc/yum.repos.d/CentOS-Base.repo ========================================== (베이스) 이름=CentOS $releasever 기본 #미러리스트=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra 기본 URL=http://centos.mirror.cdnetworks.com/6/os/x86_64/ gpgcheck=1 gpgkey=파일:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 #출시된 업데이트 (업데이트) name=CentOS $releasever 업데이트 #미러리스트=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra 기본 URL=http://centos.mirror.cdnetworks.com/6/updates/x86_64/ gpgcheck=1 gpgkey=파일:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 #유용할 수 있는 추가 패키지 (추가) name=CentOS-$releasever – 기타 #미러리스트=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra 기본 URL=http://centos.mirror.cdnetworks.com/6/extras/x86_64/ gpgcheck=1 gpgkey=파일:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6 #기존 패키지의 기능을 확장하는 … Read more