#681 Adjust dnf command to list desktop envs
Merged 5 months ago by pboy. Opened 5 months ago by kevin.
fedora-docs/ kevin/quick-docs adjust-desktop-switch-command  into  main

@@ -5,7 +5,7 @@ 

  In a terminal use the [code]`dnf group list` command to list all available desktop environments:

  

  ----

- $ dnf group list --available *desktop

+ $ dnf group list -v --available | grep desktop

  ----

  

  Install the required desktop environment using the `dnf install` command.

If you filter on '*desktop' you won't get KDE, because it's named 'KDE
Plasma Workspaces', no 'desktop' there. ;)

So, insteed run the command with -v (to get the actual names instead of
the pretty display names), which does include desktop. ;)

Signed-off-by: Kevin Fenzi kevin@scrye.com

Pull-Request has been merged by pboy

5 months ago