Louisville, KY
Greg is a retired neurologist in Louisville, Kentucky, with a long-standing interest in computers and programming, beginning with Fortran IV in the 1960s. When Linux and open source software came along, it kindled a commitment to learning more, and eventually contributing. He is a member of the Scribus Team.
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.