mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 21:35:17 +00:00
#180-SwitchingDesktopEnvironment-edit-partials
updated groupinstall section
This commit is contained in:
parent
bd2d2f35bd
commit
f311eb5589
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue