LoginSignup
14
13

More than 5 years have passed since last update.

Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again というエラーが出てyumコマンドが実行できなくなった状態からの脱出

Last updated at Posted at 2015-08-17

CentOS6.4(on Verualbox + Vagrant)にPHP5.6を入れたくて、
remiとepel RPMリポジトリを追加したところ、以下のエラーが出てyumコマンドが何もできなくなってしまった。

Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again

epelの証明書のアップデートが必要だったらしい。
以下を実行して解決

sudo yum upgrade ca-certificates --disablerepo=epel

参考:
http://serverfault.com/questions/637549/epel-repo-for-centos-6-causing-error

14
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
14
13