failed to start Light Display Manager

I am very new to Ubuntu. I am getting failed to start Light Display Manager error when I start Ubuntu. I am not getting login page. It might be possible that I have deleted Lightdm package. Can I download it again using any command with proper link? It is not available in computer so I could not install it.

2

1 Answer

Check to see if you have lightdm installed:

lightdm -v

Install lightdm from your terminal:

sudo apt-get install lightdm

PS: Ctrl+Alt+F1 should grant you access to the console even if you do not have any screen icons

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like