zoukankan      html  css  js  c++  java
  • yum 异常解决一例

    http://mirrors.cloud.aliyuncs.com/centos/6/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
    Trying other mirror.
    To address this issue please refer to the below wiki article

    https://wiki.centos.org/yum-errors

    If above article doesn't help to resolve this issue please use https://bugs.centos.org/.

    base                                                                                                     | 3.7 kB     00:00     
    base/group_gz                                                                                            | 242 kB     00:00     
    base/filelists_db                                                                                        | 6.4 MB     00:00     
    base/primary_db                                                                                          | 4.7 MB     00:00     
    base/other_db                                                                                            | 2.8 MB     00:00     
    convirt-dep                                                                                              |  504 B     00:00     
    http://www.convirture.com/repos/deps/RHEL/6.x/repodata/repomd.xml: [Errno -1] Error importing repomd.xml for convirt-dep: Damaged repomd.xml file
    Trying other mirror.
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: convirt-dep. Please verify its path and try again

    解决办法
    rm -rf /etc/yum.repos.d/convirt.repo
    yum clean all
    yum makecache

  • 相关阅读:
    缓冲区溢出漏洞攻击原理
    过waf实战之文件上传bypass总结
    渗透-svn源代码泄露漏洞综合利用
    渗透-简单制作过waf的中国菜刀
    双链表
    Go语言(container学习)
    C语言 malloc函数详解
    GitHub搜索技巧
    HyperLogLog 算法的原理讲解以及 Redis 是如何应用它的
    【机器学习】K-近邻算法(KNN)
  • 原文地址:https://www.cnblogs.com/littlehb/p/11137166.html
Copyright © 2011-2022 走看看