zoukankan      html  css  js  c++  java
  • yum 无法使用解决方法


    今天安装了  fedora14,没有手动安装,出现个问题。yum 不能使用。

    解决方法为把你的fedora.repo  和其他repo 里面的https,变为http,

    并把红色的加到host里面,一般就可以解决了。 参照了国外一些朋友的解决方法。

    http://fedoraforum.org/forum/showthread.php?t=223472&page=3 



    [root@localhost Downloads]# cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost localhost4
    ::1 localhost6.localdomain6 localhost6
    80.239.156.215          mirrors.fedoraproject.org
    213.129.242.84          mirrors.rpmfusion.org

    [yuanwei@localhost Downloads]$ ls
    fedora-163.repo  fedora-updates-163.repo
    [yuanwei@localhost Downloads]$ su
    Password: 
    [root@localhost Downloads]# mv * /etc/yum.repos.d/
    [root@localhost Downloads]# ls
    [root@localhost Downloads]# yum update
    Loaded plugins: langpacks, presto, refresh-packagekit
    Adding en_US to language list
    Repository updates is listed more than once in the configuration
    Repository updates-debuginfo is listed more than once in the configuration
    Repository updates-source is listed more than once in the configuration
    Repository fedora is listed more than once in the configuration
    Repository fedora-debuginfo is listed more than once in the configuration
    Repository fedora-source is listed more than once in the configuration
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
    


  • 相关阅读:
    在三层开发的DAL层中, 从web.config中读取数据库的连接字符串的方法
    [转]使用 DataAdapter 执行批量更新
    各式各样的 ICONS
    20个“标准的”配色方案
    一款 FORM 框报错提示 Demo
    超漂亮的仿腾讯弹出层效果
    POJ 2192 (DP)
    POJ 2063 (DP)
    POJ 3624 (DP)
    JavaScript技巧集
  • 原文地址:https://www.cnblogs.com/yuzaipiaofei/p/4124274.html
Copyright © 2011-2022 走看看