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