Greg Pittman

Authored Comments

Working with dnf groups is trickier than it seems. I prefer to use
dnf grouplist
to show installed and available groups. The trickiness comes with you try to install one of them. For example, say you want to install
Development Tools
The syntax is
dnf group install "Development Tools"
which is simpler than trying to do
dnf install @development-tools
Is this right? Or is it
dnf install @DevelopmentTools
or something else?
The man page is a bit sketchy on this.

My Fedora 33 says that lswh doesn't exist.