From f311eb558970e159cad33f9f9b977d1e448bbfa9 Mon Sep 17 00:00:00 2001 From: Hank Lee Date: Sat, 11 Feb 2023 19:36:26 +0000 Subject: [PATCH] #180-SwitchingDesktopEnvironment-edit-partials updated groupinstall section --- .../proc_installing-additional-desktop-enviroments.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ROOT/pages/_partials/proc_installing-additional-desktop-enviroments.adoc b/modules/ROOT/pages/_partials/proc_installing-additional-desktop-enviroments.adoc index cc7f5d1..7e62fc6 100644 --- a/modules/ROOT/pages/_partials/proc_installing-additional-desktop-enviroments.adoc +++ b/modules/ROOT/pages/_partials/proc_installing-additional-desktop-enviroments.adoc @@ -6,7 +6,6 @@ In a terminal use the [code]`dnf group list` command to list all available deskt ---- $ dnf group list --available *desktop -... ---- Install the required desktop environment using the `dnf install` command. @@ -17,7 +16,7 @@ Ensure to prefix with the `@` sign, for example: # dnf install @kde-desktop-environment ---- -You can also use the full name using the `groupinstall` command: +You can also use the full name using the `groupinstall` command to install the complete package set: ---- # dnf groupinstall "KDE Plasma Workspaces"