반응형

현재 CentOS Linux 8 버전 확인

cat /etc/redhat-release

CentOS Stream 저장소 활성화

sudo dnf install centos-release-stream

활성화된 저장소(리포지터리) 확인

dnf repolist

패키지 업데이트 저장소(리포지터리) 교체

sudo dnf swap centos-{linux,stream}-repos

활성화된 저장소 상세 정보 확인

dnf repolist -v

저장소(리포지터리) 동기화

sudo dnf distro-sync

CentOS 버전 확인

[root@localhost ~]$ cat /etc/redhat-release 
CentOS Stream release 8

위와 같이 CemtOS Stream으로 정상적으로 전환되었는지 확인합니다.

반응형

+ Recent posts