11
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Cent6.3でepelに取りにいけない

Last updated at Posted at 2014-11-11

今日の知見です。

##症状
CentOS 6.1, 6.2, 6.3にて, yumしようとしてepelでこけます。

$ yum install hogehoge

Loaded plugins: downloadonly, fastestmirror
Loading mirror speeds from cached hostfile
Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again  

##解決法
デフォルトでSSL3.0使ってるらしくだめみたいです。
HTTPSでなくHTTPで取りに行くようにしましょう

sed -i 's/\(mirrorlist=http\)s/\1/' /etc/yum.repos.d/epel.repo

参照: https://community.hpcloud.com/article/centos-63-instance-giving-cannot-retrieve-metalink-repository-epel-error

11
11
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
11
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?