CentOS 7でpowertoolを有効にする方法

CentOS 7でpowertoolを有効にする方法

最近、仮想マシンで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リポジトリはほとんどの開発者ツールを提供します。デフォルトでは無効

おすすめ記事