0

Right, I've just done an upgrade as above and I found that when I restaated Ubuntu (as requested) all I got was a command prompt login. How do I go from this to the desktop - has anybody any ideas?

1 Answers1

1

Try running:

 sudo apt update

sudo dpkg --configure -a

sudo apt -f install

sudo apt install --reinstall ubuntu-desktop

sudo reboot

kyodake
  • 17,808