1

Apt-get update Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/cosmic/InRelease Temporary failure resolving 'us.archive.ubuntu.com'

Hello, I have just installed Ubuntu 18.10 version into my vmware workstation. When i was updating the apt, to install the packages,it throws an error like failed to fetch with some link followed by "temporary failure resolving 'us.archive.ubuntu.com'. How should i resolve this error?

david
asked Apr 6, 2019
edited
1 Answer
2

First Add a temporary known DNS server into your system then run apt update.

echo "Nameserver 8.8.8.8 " | sudo tee /etc/resolv.conf > /dev/null

linuxhelp

This Error causes for two reasons;
If you have set your own DNS Server:
Either your ISP isnt currently forwarding its DNS server to its own servers or to its external servers . So you can employ this DNS for temporary purpose.
If you use Public DNS :
You havent Configure DNS into your system properly.

View More
linuxhelp
answered Apr 6, 2019
Your Answer
||||
x
 
100:0

Related Tutorials in Apt-get update Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/cosmic/InRelease Temporary failure resolving 'us.archive.ubuntu.com'

Related Tutorials in Apt-get update Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/cosmic/InRelease Temporary failure resolving 'us.archive.ubuntu.com'

Related News in Apt-get update Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/cosmic/InRelease Temporary failure resolving 'us.archive.ubuntu.com'

Related News in Apt-get update Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/cosmic/InRelease Temporary failure resolving 'us.archive.ubuntu.com'