`

linux 报错集 - Cannot retrieve metalink for repository: epel. Please verify its pat

阅读更多
【基本介绍】
运行yum报错Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again。
原因是安装了个epel源来安装saltstatck,

【修改方式】
恢复基础的地址,注释掉镜像的,

原来的:
[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


改为:
[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



【参考引用】
http://www.mincoder.com/article/1602.shtml
分享到:
评论

相关推荐

    mysql_wp_cluster_quickstart_windows.pdf

    yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again 在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error: Cannot retrieve metalink for repository:...

    CentOS系统yum源使用报错:Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmforge.-附件资源

    CentOS系统yum源使用报错:Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmforge.-附件资源

    centos中配置EPEL源

    `Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again` 这个错误是因为EPEL源的配置文件中有一些问题,解决方法是编辑EPEL源的配置文件,使用以下命令: `vi /etc/yum....

    qtcreator-ros-xenial-latest-offline-installer.run

    ros qtcreator plugin 离线安装包,外网下载速度很慢。 本篇博客主要用来记录ubuntu 16.04下配置ROS Qt Creator Plugin的过程。 https://blog.csdn.net/Bing_Lee/article/details/115221346

    PyPI 官网下载 | text-reuse-retrieve-0.1.10.tar.gz

    《PyPI官网下载:text-reuse-retrieve-0.1.10.tar.gz——Python库解析与应用》 PyPI(Python Package Index)是Python开发者的重要资源库,它提供了丰富的Python库供全球开发者下载和使用。本文将详细介绍PyPI官网...

    CDH-6.3.2-1.cdh6.3.2.p0.1605554-el7.parcel.zip.003

    CDH6.3.2 亲测可用 对应CM6.3.1

    Android代码-apk-parser

    Apk parser lib, for decoding binary xml file, getting apk meta info. Table of Contents Features Get apk-parser Usage 1. Apk info 2. Get binary xml and manifest xml file 3. Get dex classes 4. Get Apk ...

    ivy-basics:使用 Ant 和 Ivy 的简单项目

    设置只需要安装 Ant 并从命令行访问: $ ant -versionApache Ant(TM) version 1.9.4 compiled on April 29 2014默认目标(jar) $ ant-ivy.jar.check:#...-install-ivy:#...-init-ivy:#...retrieve-libs:#...-init:#...

    MySQL-用于连接到服务器的命令选项.pdf

    可能的值包括 `DISABLED`、`PREFERRED`、`REQUIRED`、`VERIFY_CA` 和 `VERIFY_IDENTITY`。 - **`--ssl-ca`**:指定信任的 CA 证书文件的路径。 - **`--ssl-cert`**:指定客户端的 X509 证书文件路径。 - **`--ssl-...

    google_app_engine_cheat_sheet_119_1

    Google App Engine (GAE) is a platform for building scalable web applications and APIs. One of its core components is the Datastore, which provides a powerful and flexible NoSQL database that can scale...

    Python库 | cdsapi-0.0.7.dev0-py2.py3-none-any.whl

    接着,你可以使用`c.retrieve`方法来查询和下载数据。例如,获取ECMWF的天气预报数据: ```python c.retrieve( 'reanalysis-era5-single-levels', { 'product_type': 'reanalysis', 'variable': 'total_...

    jwts-not-safe-e-book.pdf

    However, this also means that expired tokens cannot be revoked immediately, as they are self-contained and do not require server-side validation. - **Security Considerations:** - JWTs are signed ...

    oracle12c安装报错:PRVF-0002的解决方法

    ./runInstaller 启动图形化报错 PRVF-0002 : Could not retrieve local nodename. 查看了一下报错信息: [root@test68 OraInstall2013-09-06_04-43-39AM]# cat installActions2013-09-06_04-43-39AM.log 后几行报错...

    PyPI 官网下载 | django-automatic-crud-1.0.4.tar.gz

    CRUD代表创建(Create)、读取(Retrieve)、更新(Update)和删除(Delete),是数据库操作的基本动作。Django框架提供了一套强大的ORM(Object-Relational Mapping)系统,允许开发者以Python代码处理数据库操作,但手动编写...

    java8看不到源码-ansible-role-solr:yauh.solr-用于设置Solr的Ansible角色

    retrieve solr solr_version: 4.6.1 # Solr version to use solr_destination: /usr/local/src # where to install Solr to solr_home: "{{solr_destination}}/solr/example" # the Solr home directory, unless ...

    commons-net-3.0.1-bin.tar.gz pgp

    4. 执行FTP命令,如`listFiles()`获取目录列表,`retrieveFile()`下载文件,`storeFile()`上传文件等。 5. 在完成所有操作后,断开连接并释放资源。 在使用过程中,开发者需要注意错误处理,因为网络操作可能会遇到...

Global site tag (gtag.js) - Google Analytics