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については、次の記事を確認してください。Fedoraの帽子

  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にダウングレードすることでした。

関連情報