当我在yum(centos 6)中搜索包时,它会尝试搜索名为“c6-media”的repro
它给出了一堆错误如下 @H_403_2@ file:///media/CentOS/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/CentOS/repodata/repomd.xml Trying other mirror. file:///media/cdrecorder/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/cdrecorder/repodata/repomd.xml Trying other mirror. file:///media/cdrom/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/cdrom/repodata/repomd.xml Trying other mirror. Error: Cannot retrieve repository Metadata (repomd.xml) for repository: c6-media. Please verify its path and try again
它给出了一堆错误如下 @H_403_2@ file:///media/CentOS/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/CentOS/repodata/repomd.xml Trying other mirror. file:///media/cdrecorder/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/cdrecorder/repodata/repomd.xml Trying other mirror. file:///media/cdrom/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/cdrom/repodata/repomd.xml Trying other mirror. Error: Cannot retrieve repository Metadata (repomd.xml) for repository: c6-media. Please verify its path and try again
显然这个错误似乎说yum正试图搜索
用于安装操作系统的CD / DVD.我现在没有.
我现在要做的就是从yum中删除这个存储库.
我去了包管理器图形工具并从源代码中删除了它.
似乎yum和图形工具不使用相同的配置.这只是我的猜测.