Centos

如何在 CentOS 7 中啟用 powertools

  • September 28, 2022

我最近開始在 VM 上使用 CentOS 7,但我發現啟用 powertools 儲存庫存在問題。我嘗試了 CentOS 8 資源中描述的不同方法,但它們似乎都不起作用。

通常,這應該有效:

dnf install epel-release
dnf config-manager --set-enabled powertools

*我也試過 Powertools 和 crb

我得到的錯誤是:

Error: No matching repo to modify: powertools.

這是我的儲存庫列表:

$ dnf repolist
repo id                          repo name                                          status
base                             CentOS-7 - Base                                    10,072
centos-sclo-rh                   CentOS-7 - SCLo rh                                 8,112
*epel                            Extra Packages for Enterprise Linux 7 - x86_64     13,752
extras                           CentOS-7 - Extras                                  516
updates                          CentOS-7 - Updates                                 4,244

*我也有 copr:copr.fedorainfracloud.org:cottsay:devtoolset-8-make-nonblocking

我還在 epel repo 下的可用軟體包列表中進行了搜尋,但找不到 powertools(也不是 Powertools 或 crb):

sudo yum --disablerepo="*" --enablerepo="epel" list available | grep 'powertools'

任何幫助將不勝感激。

謝謝!

https://wiki.centos.org/AdditionalResources/Repositories

PowerTools -僅適用於 CentOS8,PowerTools 儲存庫提供了大多數開發人員工具。預設禁用

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