Centos

如何在 CentOS Stream 9 中獲取 epel-release / epel-release-next / powertools

  • April 14, 2022

我最近安裝了 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 所以我的設置現在可能搞砸了,但這裡是我目前安裝的相關軟體包和 repos:

$ 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 了。

謝謝!

powertools現在稱為crb(CodeReady Linux Builder)。要啟用它,請執行

dnf config-manager --set-enabled crb
  1. https://developers.redhat.com/blog/2018/11/15/introducing-codeready-linux-builder

我不認為這是可能的。我也試過了,但失敗了。我安裝epel-releaseepel-next-release官方 Fedora 項目,但我無法從 EPEL 安裝更多軟體包。

好像還沒有 我嘗試在多個站點中搜尋,但沒有找到任何解決方案。甚至在CentOS 鏡像上也沒有,其中 9-stream 文件夾完全失去。

對我來說,唯一的解決方案是降級到 CentOS Stream 8。

引用自:https://unix.stackexchange.com/questions/678777