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
    


  • 相关阅读:
    MySQL优化查询语句Explain
    Spring Kafka(二)操作Topic以及Kafka Tool 2的使用
    集群作业管理OpenPBS与OpenPBS Interface Library
    OpenPBS 脚本样本 非常值得参考
    mpirun 与 PBS 问题
    MPIRUN 与 PBS 脚本
    什么是IA架构服务器
    集群的管理pbs
    软件包 javax.servlet 不存在
    An introduction to PORTABLE BATCH SYSTEM
  • 原文地址:https://www.cnblogs.com/yuzaipiaofei/p/4124274.html
Copyright © 2011-2022 走看看