Install GNOME Desktop Environment
Follow the step by step instructions to install GNOME and learn how to switch between Xfce and GNOME desktop environments once both are installed. We’ll also see how to remove Xfce completely, in case you want to make a permanent switch to GNOME.
- Open a terminal and type the following commands to install GNOME.
$ sudo apt update $ sudo apt install kali-desktop-gnome
- If you receive a notification that asks you what display manager to use, select
gdm3
, as that is the display manager for GNOME. - Installation may take some time, as many packages and their dependencies will have to be downloaded and installed. But once installation has completed, reboot the computer and reboot it
- When Kali finishes loading back up, you’ll be presented with the
option to select GNOME or Xfce from the login screen (note that you must
first select your user).
- If you like GNOME so much that you want to get rid of Xfce
completely, which will get rid of the option to select it from the login
screen, execute the following commands in terminal. The second command
will remove any lingering packages that were part of Xfce.
$ sudo apt remove kali-desktop-xfce xfce4* lightdm* $ sudo apt autoremove
That’s all there is to it. Now, you can use GNOME on your system, and optionally remove Xfce if you don’t intend to use it again. After installing or removing a GUI, make sure you reboot for all the changes to take effect.
Post a Comment