CentOS 8で開発関連のパッケージをインストール方法しようとしたらエラーになりました。
CentOS 8ではPowerToolsのレポジトリを有効化する必要があります。
まずはepelをインストールします。
1 |
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm |
続いてPowerToolsを有効化します。
1 |
dnf config-manager --set-enabled PowerTools |
これでインストールできるようになります。
覚えておきましょう!