I have a trouble when I install ubuntu server. I use wireless connection to install. I have finished installation. But, when I write sudo apt-get update
and sudo apt-get install ubuntu-desktop
. It showed Temporary failure resolving 'us.archive.ubuntu.com'
. I searched and solve many method, for example setting DNS. But, still not working.
Asked
Active
Viewed 130 times
0

Kalle Richter
- 6,180
- 21
- 70
- 103
-
If you're referring to (eventually) existing questions, share your research with proper references and explanations why existing solutions don't work or (much less preferred) remove the notion that those exist since users have to do this work for you instead or will (much more likely) downvote your question. – Kalle Richter May 26 '16 at 18:21
1 Answers
0
I believe there's something wrong with the mirror server and since you don't have a gui to change the Download location, you can try this:
sudo nano etc/apt/sources.list
- then find
http://us.archive.ubuntu.com/ubuntu
and replace it withhttp://archive.ubuntu.com/ubuntu
.
More info here: How do I change mirrors in Ubuntu Server from regional to main?
Tell me if that helps.

Thanos Apostolou
- 4,481