I Uninstalled gnome keyring with sudo apt autoremove gnome-keyring. Then I restarted my machine. Now when I enter the password, the login screen comes back again. It basically doesn't let me log in. What are my options right now?
I Uninstalled gnome keyring with sudo apt autoremove gnome-keyring. Then I restarted my machine. Now when I enter the password, the login screen comes back again. It basically doesn't let me log in. What are my options right now?
Chnage to the text console by hitting Ctrl+Alt+F1 and log in. Then you can do:
sudo apt-get install ubuntu-desktop
Most likely more packages (like gdm3 or ubuntu-session) have been removed due to your actions and dependencies to gnome-keyring. These will get reinstalled too wby using the ubuntu-desktop meta package.