1

When I was using apititude to install something (I used aptitude because it installs all dependencies which was helpful) it decided to uninstall ALL my packages which happened to include my graphics drivers and other key programs installed. Now I am stuck trying to get back into my pc using

sudo apt-get install --reinstall ubuntu-desktop

this has come back with the error:

"ERR1: http://gb.archive.ubuntu.com/ubuntu xenial InReleas
Temporary failure resovling 'gb.archive.ubuntu.com'
wjandrea
  • 14,236
  • 4
  • 48
  • 98

1 Answers1

0

From the lengthy comments, the OP was able to resolve the problem by running :

sudo dhclient en3ps0
sudo install ubuntu-desktop
Panther
  • 102,067
  • I know its been a few years, and I just came across this again. Although I am a good bit more educated on Ubuntu now, this answer still helped me when I was a noob. – KilianAlias Jul 16 '20 at 12:20