After I've updated Kali Linux, I can't log in anymore. When I enter the password login screen just reappears over and over again.
What have I already tried:
sudo apt-get update
sudo apt-get upgradefixing updates:
sudo apt install -freinstalling gnome (and several other desktops)
sudo apt update sudo apt install kali-desktop-gnomeAnd finishing interrupted updates:
dpkg --configure -a(also when I type in this command nothing happens)
What else can I try?
1 Answer
I have seen that here.
Get to a terminal screen with Ctrl-Alt-F1 . Log in.
Then, sudo apt autoremove .
Restart and you should be able to login normally.
Then run normal update again.
This has worked for me.