I installed Google chrome browser on Fedora 18. Now when I try update softwares using yum upgrade, it report the following error and I can't get chrome updated.
http://dl.google.com/linux/chrome/rpm/stable/x86_64/repodata/repomd.xml: [Errno 14] curl#7 - "Failed to connect to 2404:6800:4005:c00::88: Network is unreachable"
It looks like dl.google.com is resolved to an IPv6 address, but I don't use IPv6, and ping dl.google.com returns an IPv4 address as expected.
# ping dl.google.com
PING dl.l.google.com (74.125.128.93) 56(84) bytes of data.
What's the possible reason, and how can I fix this?
iputilsonly uses IPV4,ping6uses IPv6. – Wieland Mar 20 at 19:59