zoukankan      html  css  js  c++  java
  • Cannot retrieve metalink for repository: epel 错误解决办法

    centos下安装完EPEL源, 然后更新一下yum缓存, 如果发现这样的错误:
    Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
    这就表明需要更新CA证书了,那么只需要更新CA证书就可以,不过在此同时需要临时禁用epel源并更新就可以了,命令如下:
        
    yum --disablerepo=epel -y update ca-certificates

  • 相关阅读:
    内置方法(item系列、__str__方法、__del__方法)
    POJ3436
    CF551B
    HDU1588
    HDU3117
    CF834D
    CF832D
    CF832C
    POJ1930
    POJ3666
  • 原文地址:https://www.cnblogs.com/emanlee/p/7835439.html
Copyright © 2011-2022 走看看