0

Hello Ubuntu Community,

I recently installed additional desktop environments on my Ubuntu system using the following commands:

arduino

sudo apt install ubuntu-desktop
sudo apt install kubuntu-desktop # for KDE
sudo apt install xubuntu-desktop # for Xfce

Unfortunately, these commands installed some applications that I don't need or want, such as Xterm and Elisa. I would like to remove these applications to free up disk space and keep my system clean.

I would appreciate it if someone could guide me on how to uninstall these unwanted applications. Specifically, I would like to know the steps to remove Xterm and Elisa completely from my Ubuntu system.

1 Answers1

0

The packages you installed are metapackages to install desktop environments. This means that they install a list of packages deemed necessary or recommended for the desktop environment you are installing. If you install multiple desktop environments, redundant packages may be installed, e.g. different text editors, mail clients, etc.

If applications are installed that you do not want, remove them. Use the application "Ubuntu Software", tab "Installed", for that. End user software as listed under the heading "Applications". These can be safely removed. Under that, you will see a section "System Applications". Leave these alone unless you know what you are doing.

vanadium
  • 97,564