如何在 CentOS 7 中启用 powertools

如何在 CentOS 7 中启用 powertools

我最近开始在虚拟机上使用 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'

任何帮助将非常感激。

谢谢!

答案1

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

电动工具 -仅适用于 CentOS8,PowerTools 存储库提供了大部分开发人员工具。默认禁用

相关内容