switch to Antora part

This commit is contained in:
Adam Samalik 2018-07-27 16:38:30 +02:00
parent bc7bb84562
commit cf5acc8f3a
317 changed files with 432 additions and 1453 deletions

View file

@ -1,39 +0,0 @@
[[installing-desktop-environments]]
= Installing additional desktop environments
.Procedure
List available desktop environments:
----
$ 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)
Hawaii Desktop (hawaii-desktop-environment)
LXQt Desktop (lxqt-desktop-environment)
Cinnamon Desktop (cinnamon-desktop-environment)
MATE Desktop (mate-desktop-environment)
Sugar Desktop Environment (sugar-desktop-environment)
Development and Creative Workstation (developer-workstation-environment)
Web Server (web-server-environment)
Infrastructure Server (infrastructure-server-environment)
Basic Desktop (basic-desktop-environment)
Installed Groups:
KDE (K Desktop Environment) (kde-desktop)
[output has been truncated]
----
Install the selected desktop environment using the `dnf install` command. Ensure to prefix with
the `@` sign, for example:
----
# dnf install @kde-desktop-environment
----