RHEL8.1에 epel 저장소를 추가할 수 없습니다.

RHEL8.1에 epel 저장소를 추가할 수 없습니다.

epel 저장소 추가를 설치할 수 없습니다. 오류 없이 작동하는 다음을 수행했습니다.

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

# ARCH=$( /bin/arch )
    subscription-manager repos --enable "codeready-builder-for-rhel-8-${ARCH}-rpms"

이제 로 저장소를 나열하면 dnf repolist단순히 epel나열되지 않습니다. 내가 어디 잘못 됐나요?

답변1

epel일반적으로 RPM이 설치되면 기본적으로 활성화됩니다. 어떤 이유로 활성화되지 않은 경우 활성화해야 하지만 실행한 명령이 codeready-builder저장소를 활성화했습니다.

활성화하려면 다음 명령을 실행하세요 epel.

dnf config-manager --enable epel

dnf repolist그런 다음 실행하여 나열된 것을 볼 수 있습니다 epel.

관련 정보