RHELサーバーにcertbotをインストールしようとしています。
# yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
その後
# subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms
"
epel-release-7-11がインストールされました。
# yum install certbot
Loaded plugins: product-id, search-disabled-repos, subscription-manager
No package certbot available.
Error: Nothing to do
私も手動でrpmをダウンロードしました Fedoraプロジェクトepel
すべてのキャッシュを削除してクリアしました。ただし、インストールパッケージは利用できません。
将来の参考のために、次の行を実行してインストールできます。
Sudo yum -y install yum-utils
Sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Sudo yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
Sudo yum install certbot
それは私にとって成功です。
certbotをインストールする前に、次の行を実行します。
yum remove epel-release
yum clean all
次に、次の行を実行します。
Sudo yum -y install yum-utils
Sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Sudo yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
Sudo yum install certbot