Redhat Linux

RHEL8 서드파티 레포지토리 설치 (epel-release, rpmfusion)

Divine Providence 2024. 4. 19. 20:36

 

* epel-release 레포지토리

다음 링크에 RHEL8 등 공식적으로 사용 가능한 레포지토리 링크 확인이 가능하다.

https://docs.fedoraproject.org/en-US/epel/

 

RHEL8에서 해당 epel-release 레포지토리 설치를 위해 아래와 같이 수행한다. (인터넷 연결 필요)

dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm

 

 

아래와 같이 잘 설치된다.

 

 

repository가 있는 디렉토리에서도 아래와 같이 추가된 것을 확인할 수 있다.

 

 

* rpmfusion 레포지토리

공식 사이트는 다음과 같다. https://rpmfusion.org/  rpmfusion 레포지토리도 다음과 같이 설치할 수 있다.

dnf install --nogpgcheck https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-$(rpm -E %rhel).noarch.rpm https://mirrors.rpmfusion.org/nonfree/el/rpmfusion-nonfree-release-$(rpm -E %rhel).noarch.rpm