0

我正在尝试在 Fedora 19 中安装 vim,我收到此错误,有人知道吗?

[root@localhost yum.repos.d]#  yum -y install vim-enhanced 
Loaded plugins: langpacks, refresh-packagekit
Could not get metalink https://mirrors.fedoraproject.org/metalink?repo=fedora-19&arch=x86_64 error was
14: curl#6 - "Could not resolve host: mirrors.fedoraproject.org; Name or service not known"
http://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: dl.google.com; Name or service not known"
Trying other mirror.
Error: failure: repodata/repomd.xml from google-chrome: [Errno 256] No more mirrors to try.
http://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: dl.google.com; Name or service not known"
[root@localhost yum.repos.d]# 
4

2 回答 2

3

首先要做的两件事是:

1) 确保您的 Fedora 主机的互联网连接已启动,并且

2)验证你可以ping mirrors.fedoraproject.org

如果你可以“ping”它(你应该可以),那么“yum”应该会成功。

如果无论出于何种原因,您仍然无法连接到 mirrors.fedoraproject.org,那么也许您可以使用备用镜像:

于 2013-09-15T04:27:36.337 回答
0

我遇到了同样的问题,但是 Firefox 是其中的受害者,并且不会运行。最终,我发现我需要在 /etc/hosts 中为主机站点添加一个 IP 条目 几次运行 yum-complete-transaction 之后,软件更新程序仍然失败。我认为重新安装可能会更快。

于 2013-12-19T20:57:04.700 回答