What have you tried:
I tried the apt-get update apt-get full-upgrade -y app-get install -f gdm3 commands which was suggested by somebody to get to the desktop environments. it didn’t work though
What is the error:
I am a starter with Kali Linux. When logging in I start out in this environment. From my understanding this isn’t the typical working environment but Gnome or XFCE. Could somebody elaborate what the tyy is all about? I read somewhere it is bug, but also of course as you can see on the screen commands are possible.
What device is this on:
If you read the output, you’ll quickly realize that you need to use sudo
for privileged operations like installing new packages. Since your system is also outdated, you’re gonna wanna sudo apt update && sudo apt full-upgrade
first