From Fedora Project Wiki
(a fast first version, this will improve in the next version) |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
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''' . | |||
* Log in as <code>root</code> via <pre>su</pre> | |||
* Enter <pre>yum install @kde-desktop system-switch-displaymanager kdm | |||
</pre> This will install the required packages. | |||
* 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. |
Latest revision as of 05:05, 19 February 2010
Step by step tutorial for installing KDE and removing Gnome:
- Open up Terminal .
- Log in as
root
viasu
- 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
.
You can now use KDE as the default Desktop Environment.