CentOS Stream 9에서 epel-release/epel-release-next/powertools를 얻는 방법

CentOS Stream 9에서 epel-release/epel-release-next/powertools를 얻는 방법

최근 CentOS Stream 9를 설치했는데 온라인에서 찾은 지침을 따르면 epel이 제대로 작동하지 않는 것을 발견했습니다. CentOS 8/CentOS Stream 8용 리소스는 작동하지 않으며 CentOS 9 Stream용 리소스는 거의 작동하지 않습니다.

유사한 패키지를 설치하기 위해 epel을 설치하고 싶은데 ddclient이해가 되지 않습니다. 보통 나는 이렇게 한다:

dnf install epel-release
dnf config-manager --set-enabled powertools  # I have also tried PowerTools

하지만 다음 오류가 발생합니다.

Error: No matching repo to modify: powertools.

나는 epel을 얻으려고 많은 것을 망쳤기 때문에 지금은 설정이 엉망일 수도 있지만, 현재 내가 설치한 관련 패키지와 저장소는 다음과 같습니다.

$ dnf list installed | grep -E 'centos|epel'
centos-gpg-keys.noarch                        9.0-3.el9                      @baseos
centos-logos.x86_64                           90.4-1.el9                     @AppStream
centos-logos-httpd.noarch                     90.4-1.el9                     @appstream
centos-stream-release.noarch                  9.0-3.el9                      @baseos
centos-stream-repos.noarch                    9.0-3.el9                      @baseos
epel-release.noarch                           8-13.el8                       @@commandline

$ dnf repolist
repo id                                                              repo name
Plex                                                                 Plex
appstream                                                            CentOS Stream 9 - AppStream
baseos                                                               CentOS Stream 9 - BaseOS

어떤 도움이라도 대단히 감사하겠습니다. 방금 CentOS Stream 8을 지우고 설치했습니다.

감사해요!

답변1

powertools이제 호출됩니다 crb(CodeReady Linux Builder 또는 epel 9). 활성화하려면 다음을 실행하세요.

dnf config-manager --set-enabled crb

다른 버전의 epel에 대해서는 다음 문서를 확인하세요.페도라 모자.

  1. https://developers.redhat.com/blog/2018/11/15/introducing-codeready-linux-builder

답변2

아직은 이것이 가능하지 않다고 생각합니다. 저도 시도해봤는데 실패했어요. 설치했습니다epel-release그리고epel-next-release공식 Fedora 프로젝트에서 가져왔지만 EPEL에서 더 많은 패키지를 설치할 수 없습니다.

아직은 없는 것 같습니다. 여러 사이트에서 검색을 시도했지만 해결책을 찾지 못했습니다. 심지어는CentOS 이미지, 9-스트림 폴더가 완전히 누락되었습니다.

나에게 유일한 해결책은 CentOS Stream 8로 다운그레이드하는 것이었습니다.

관련 정보