180-Switching-DE-revised

This commit is contained in:
Hank Lee 2023-01-26 10:08:23 +00:00
parent 9d31cfee5e
commit a49f93a460

View file

@ -2,33 +2,10 @@
= Installing additional desktop environments
You can list available desktop environments using the default package manager, [code]`dnf`.
In a terminal use the [code]`dnf grouplist` command to list all available package groups:
In a terminal use the [code]`dnf group list` command to list all available package groups:
----
$ dnf grouplist -v
Available Environment Groups:
Fedora Custom Operating System (custom-environment)
Minimal Install (minimal-environment)
Fedora Server Edition (server-product-environment)
Fedora Workstation (workstation-product-environment)
Fedora Cloud Server (cloud-server-environment)
KDE Plasma Workspaces (kde-desktop-environment)
Xfce Desktop (xfce-desktop-environment)
LXDE Desktop (lxde-desktop-environment)
LXQt Desktop (lxqt-desktop-environment)
Cinnamon Desktop (cinnamon-desktop-environment)
MATE Desktop (mate-desktop-environment)
Sugar Desktop Environment (sugar-desktop-environment)
Deepin Desktop (deepin-desktop-environment)
Development and Creative Workstation (developer-workstation-environment)
Web Server (web-server-environment)
Infrastructure Server (infrastructure-server-environment)
Basic Desktop (basic-desktop-environment)
i3 desktop (i3-desktop-environment)
Available Groups:
3D Printing (3d-printing)
Administration Tools (admin-tools)
Audio Production (audio)
$ dnf group list --available *desktop
...
----