상세 컨텐츠

본문 제목

CentOS 8 / RHEL 8 Repository

Infomation

by DarkSoul.Story 2024. 12. 27. 21:48

본문

반응형

CentOS 8/RHEL 8용 Repository를 구성하려면 /etc/yum.repos.d/CentOS-Base.repo 파일에 다음을 추가한다.

[baseos]
name=CentOS Linux $releasever - BaseOS
baseurl=https://vault.centos.org/$contentdir/$releasever/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial

[appstream]
name=CentOS Linux $releasever - AppStream
baseurl=https://vault.centos.org/$contentdir/$releasever/AppStream/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial

[extras]
name=CentOS Linux $releasever - Extras
baseurl=https://vault.centos.org/$contentdir/$releasever/extras/$basearch/os/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial

[centosplus]
name=CentOS Linux $releasever - Plus
baseurl=https://vault.centos.org/$contentdir/$releasever/centosplus/$basearch/os/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-centosofficial

 

CentOS/REHL에 대한 repo list URL을 구성할 때는 URL이 시스템에 설치된 특정 CentOS 버전과 올바르게 일치하는지 확인해야 한다. CentOS/REHL 버전이 발전함에 따라 이전 릴리즈는 보관되며, 해당 리포지토리는 과거 릴리즈를 위해 지정된 URL로 이동할 수 있다. Vault mirror는 OS 버전이 수명을 다한 후에도 패키지 및 업데이트에 대한 액세스를 유지하기 위한 귀중한 리소스이다. 

반응형

관련글 더보기