Installed Kali Tools with kaltoolin3 on Ubuntu 20.04 and now Ubuntu will only boot to the command line.
Ctrl + Alt + F7 doesn't do anything.
I've tried sudo apt-get install --reinstall ubuntu-desktop
but I get the error:
The following packages have unmet dependencies:
ubuntu-desktop : Depends: gdm3 but it is not going to be installed
...........................Depends: gnome-control-center but it is not going to be installed
...........................Depends: gnome-settings-daemon but it is not going to be installed
...........................Depends: gnome-shell but it is not going to be installed
...........................Depends: gnome-shell-extension-appindicator but it is not going to be installed
...........................Depends: gnome-shell-extension-desktop-icons but it is not going to be installed
...........................Depends: gnome-shell-extension-ubuntu-dock but it is not going to be installed
...........................Depends: ubuntu-desktop-minimal but it is not going to be installed
...........................Depends: ubuntu-session but it is not going to be installed
...........................Recommends: gnome-initial-setup but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I get the same type of errors when I try to install each of those packages individually.
I've also tried sudo systemctl set-default graphical.target
and rebooting, but it goes back to command line.
sudo startx
fails as well, giving the error:
I've tried following the comments on [this page][2] to no avail.
Tried these commands with similar errors as above:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get autoremove
sudo apt-get autoclean
sudo apt-get install gnome-shell gnome-shell-extensions
... basically same issues as here.
I tried the answer on this page, again, no luck.
Same here too.