0

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.

1 Answers1

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 with http://archive.ubuntu.com/ubuntu.

More info here: How do I change mirrors in Ubuntu Server from regional to main?
Tell me if that helps.