-1

I removed gnome and gconf2 unknowingly and I am unable to login into Ubuntu.Please help me.

1 Answers1

3

As you can log in on a virtual terminal (reachable with Ctrl+Alt+F1) you can

  1. re-install the Ubuntu desktop including all its necessary dependencies:

    sudo apt-get install --reinstall ubuntu-desktop
    
  2. You should now the be able to restart the display manager

    sudo initctl restart lightdm
    

    and switch back to the graphical session with Ctrl+Alt+F7. Alternatively you can reboot Ubuntu.

David Foerster
  • 36,890
  • 56
  • 97
  • 151