CentOS標準のyumリポジトリに加えて豊富なパッケージを利用できるEPELリポジトリを追加する方法を説明します。
CentOS 8の場合
CentOS 8の場合は、EPELパッケージによっては依存するものがあるためPowerTools
リポジトリを有効にしておくことが推奨されています。
# dnf install epel-release
# dnf config-manager --set-enabled PowerTools
CentOS 6, 7の場合
# yum install epel-release