Solve centos6 Error: Cannot retrieve metalink for repository

Source: Internet
Author: User
Tags nameserver metalink

When installing the webmin panel, the installation error prompt is displayed at the end. Then, when the source is updated, it is found that
Vim

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

The main problem is that the source file is faulty. The solution is as follows:

Solution

First edit the file
Vim

Vim/etc/yum. repos. d/epel. repo
Set


[Epel]
Name = Extra Packages for Enterprise Linux 6-$ basearch
# Baseurl = http://download.fedoraproject.org/pub/epel/6/?basearch
Using list = https://mirrors.fedoraproject.org/metalink? Epel-6 & arch = $ basearch
Change


[Epel]
Name = Extra Packages for Enterprise Linux 6-$ basearch
Baseurl = http://download.fedoraproject.org/pub/epel/6/?basearch
# Items list = https://mirrors.fedoraproject.org/metalink? Epel-6 & arch = $ basearch
Finally, clean up the source


Yum clean all

Alternative solutions

In some cases, the default DNS server is 127.0.0.1. We can update the DNS Service to solve the problem.

Direct modification


Vi/etc/resolv. conf

Change to GOOGLE DNS


Nameserver 8.8.4.4
Nameserver 8.8.8.8

If the problem persists, restart the network.

/Etc/init. d/networking restart
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.