# 在Fedora中切换桌面环境

Fedora Workstation spin默认桌面是GNOME 3，但是可以轻而易举地切换到其他桌面，包括KDE, XFCE 或 MATE。

* 首先使用`dnf`检查完整的桌面环境名字：

```
dnf grouplist -v
```

注意：在环境前面需要加一个`@`，例如安装Xfce桌面：

```
sudo dnf install @xfce-desktop-environment
```

## 参考

* [Switching Desktop Environments](https://fedoraproject.org/wiki/Switching_Desktop_Environments)
* [fedora WIKI: Xfce](https://fedoraproject.org/wiki/Xfce)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/os/linux/redhat/fedora/switch_desktop_environments_in_fedora.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
