[[switching-desktop-environments-using-cli]] = Switching desktop environments using CLI .Before you start Install the desired desktop environment as described in <> Install the [package]`switchdesk` package: ---- # dnf install switchdesk ---- .Procedure Pass the selected desktop environment as the only argument to the [command]`switchdesk` command, for example: ---- # switchdesk kde ---- .More information See the `switchdesk(1)` man page. Alternatively, edit the [filename]`/etc/sysconfig/desktop` file as *root*. This file specifies the desktop for new users and the display manager to run when entering runlevel 5. Correct values are: `DESKTOP="__"`, where `__` is one of the following: 1. `GNOME` — Selects the GNOME desktop environment. 2. `KDE` — Selects the KDE desktop environment. `DISPLAYMANAGER="__"`, where `__` is one of the following: 1. `GNOME` — Selects the GNOME Display Manager. 2. `KDE` — Selects the KDE Display Manager. 3. `XDM` — Selects the X Display Manager.