・epel-release のインストール
Fedoraプロジェクトが提供するRHEL用にビルドされたスペシャルパッケージを 配布するEPELを追加
[root@centos]# dnf -y install epel-release
他リポジトリとのパッケージの競合をさけるため、enabled=0 として普段は読まないようにしておく
[root@centos]# sed -i -e "s/enabled=1/enabled=0/g" /etc/yum.repos.d/epel.repo
上記リポジトリを使用してインストールする場合は、以下のようにコマンド入力
[root@centos]# dnf --enablerepo=epel install ********※****** はサービス名