2

How can I remove a desktop environment? If I use KDE in CentOS, how can I remove the default GNOME environment to avoid file conflict?

3
  • 1
    This doesn’t answer your question, but you can install KDE and GNOME in parallel without file conflicts, and Fedora and CentOS aren’t derivatives of each other. Commented Aug 11, 2017 at 7:36
  • Does that include KDE Plasma or is KDE Plasma referred to as KDE? Commented Aug 11, 2017 at 10:13
  • KDE Plasma is referred to as KDE, but you can install multiple desktops in Linux without any problem, no matter the desktop. Commented Aug 11, 2017 at 10:52

1 Answer 1

1

There will be no file conflicts with installing KDE Plasma and GNOME; however if you wish to save space:

Use this command to remove Gnome Desktop:

yum remove @gnome-desktop 
4
  • what is the command used to remove desktop environments in debian-based distros Commented Aug 11, 2017 at 13:27
  • It would be sudo apt-get remove gnome-desktop (I though CentOS used Yum?) Commented Aug 12, 2017 at 1:53
  • Yes centOS does use yum i was just using CentOS as an example Commented Aug 12, 2017 at 4:45
  • 1
    Then please specify your distro in the question. Please, if this works, mark this question as the answer with the tick underneath the down arrow. Commented Aug 16, 2017 at 5:05

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.