From Fedora Project Wiki
mNo edit summary
No edit summary
Line 1: Line 1:
Step by step tutorial for installing KDE and removing Gnome:
Step by step tutorial for installing '''KDE''' and removing '''Gnome''':


# Open up '''Terminal''' .
* Open up '''Terminal''' .
# Log in as root via '''su''' .
* Log in as <code>root</code> via <pre>su</pre>
# Enter '''yum install @kde-desktop system-switch-displaymanager kdm'''
* Enter <pre>yum install @kde-desktop system-switch-displaymanager kdm
# Now enter '''system-switch-displaymanager kdm'''
</pre> This will install the required packages.
# Reboot your machine.
# Log in, and be sure to choose KDE as session.
# If you plan to remove GNOME, continue; otherwise you're done now.
# You can now enter '''yum remove @gnome-desktop''' . Watch out that this doesn't remove any programs you want to keep!
# Now you should be able to use KDE as the default Desktop Environment.


Thanks to shivam for contributing!
* Now enter <pre>system-switch-displaymanager kdm
</pre> This will make the system use '''KDM''' as the default <code>Display Manager</code>
 
* ''Reboot'' your machine.
* Choose ''KDE'' as session and Log In.
* If you plan to remove GNOME, continue; otherwise you're done now.
* Remove '''Gnome''' using <pre>yum remove @gnome-desktop</pre> .
{{admon/important | NOTE | Watch out that this removes most Gnome/GTK programs from the system, including Firefox. You will have to reinstall the removed programs once the process is complete.}}
* You can now use KDE as the default Desktop Environment.

Revision as of 05:04, 19 February 2010

Step by step tutorial for installing KDE and removing Gnome:

  • Open up Terminal .
  • Log in as root via
    su
  • Enter
    yum install @kde-desktop system-switch-displaymanager kdm

This will install the required packages.

  • Now enter
    system-switch-displaymanager kdm

This will make the system use KDM as the default Display Manager

  • Reboot your machine.
  • Choose KDE as session and Log In.
  • If you plan to remove GNOME, continue; otherwise you're done now.
  • Remove Gnome using
    yum remove @gnome-desktop
    .
Important.png
NOTE
Watch out that this removes most Gnome/GTK programs from the system, including Firefox. You will have to reinstall the removed programs once the process is complete.
  • You can now use KDE as the default Desktop Environment.