Rick Stevens wrote:
For example:
sudo dnf groupinstall "Development Tools" or sudo dnf groupinstall 'Network Servers'
Note that many of the groups have embedded spaces in their names, so when you use them, enclose the names in single or double quotes.
Also FWIW, you can get the names without spaces adding -v to the group list command (--hidden is another useful option if exploring groups):
sudo dnf group list -v
Then group names in parentheses can be used without quoting, if that's preferable.