Cent OS 6.4で“ yum update”が失敗する


1

Cent OS 6.4で奇妙なエラーが発生しました。私は新しいCent OS 6.4を始めました、そしてここで私が得たものです:

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

何かアイディアは?ありがとう。

回答:


0

リポジトリデータが古くなっている、破損している、または最後に更新してから何かが変更されているようです。

してみてください yum clean all そして試してみる yum update もう一度、それで問題が解決したかどうか確認してください。

それでもまだ動作しない場合は、 epel.repo あなたが見つけるべきであるファイル /etc/yum.repos.d/epel.repo あなたは(私のファイルから抽出された)このようなものを見ることを期待するべきです

[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.