EPEL
yum, dnf にはデフォルトでは EPEL リポジトリが登録されていない。
CentOS 7, 8 への EPEL のインストール
code:console
$ sudo yum install epel-release
code:console
$ dnf install --enablerepo=epel ...
$ dnf install --enablerepo=epel-playground ...