CentOS6.xでEPELリポジトリ入れたときのエラー対処
現象
CentOS6.xで以下を実行して
$ sudo yum -y install epel-release
以下などを実行すると
$ sudo yum -y update
以下のエラーが発生します。
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
解決
以下のエントリーのおかげで解決しました。
CentOS 6.3 Instance Giving "Cannot retrieve metalink for repository: epel" Error
EPELリポジトリがSSL3.0を使っているのが原因とのことで、記事の通り以下を実行してhttps→httpに変更することで解決しました。
$ sudo sed -i "s/mirrorlist=https/mirrorlist=http/" /etc/yum.repos.d/epel.repo
Author And Source
この問題について(CentOS6.xでEPELリポジトリ入れたときのエラー対処), 我々は、より多くの情報をここで見つけました https://qiita.com/maruware/items/eb659266a45021cf486c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .