企业版 Linux 附加软件包(EPEL),CentOS 安装 EPEL

安装命令

  • CentOS 7

    • # yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
    • # yum install epel-release
  • 在RHEL 7上,建议启用optionalextrasHA存储库,因为EPEL包可能依赖于这些存储库中的包

subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" --enable "rhel-ha-for-rhel-*-server-rpms"

参考

  • 官网介绍: https://fedoraproject.org/wiki/EPEL/zh-cn

你可能感兴趣的:(企业版 Linux 附加软件包(EPEL),CentOS 安装 EPEL)