https://docs.fedoraproject.org/en-US/epel/getting-started/
EPEL(Extra Packages for Enterprise Linux) Repository는 CentOS 또는 RHEL(Red Hat Enterprise Linux) 기반의 OS(Rocky, Alma)와 같은 시스템에서 추가 패키지를 제공하는 공식적인 외부 저장소입니다.nginx, Docker 등 패키지를 설치할 수 있습니다1. 현재 시스템에 EPEL Repository가 설치된 상태인지 확인
dnf repolist all | grep epel
2. EPEL Repository를 추가
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
출력
~~~~
Verifying : epel-release-9-8.el9.noarch 1/1
Installed:
epel-release-9-8.el9.noarch
Complete!
3. EPEL Repository가 정상적으로 추가되었는지 확인
dnf repolist all | grep epel
출력epel Extra Packages for Enterprise Linux 9 - x enabled
epel-cisco-openh264 Extra Packages for Enterprise Linux 9 ope enabled
epel-cisco-openh264-debuginfo Extra Packages for Enterprise Linux 9 ope disabled
epel-cisco-openh264-source Extra Packages for Enterprise Linux 9 ope disabled
epel-debuginfo Extra Packages for Enterprise Linux 9 - x disabled
epel-source Extra Packages for Enterprise Linux 9 - x disabled
epel-testing Extra Packages for Enterprise Linux 9 - T disabled
epel-testing-debuginfo Extra Packages for Enterprise Linux 9 - T disabled
epel-testing-source Extra Packages for Enterprise Linux 9 - T disabled