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 134 times
0
Kalle Richter
- 6,519
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/ubuntuand 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,501