The command from the doc sudo dnf group install "C Development Tools and Libraries" in fedora 41 with dnf 5 it is giving the error:
sudo dnf group install "C Development Tools and Libraries"
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
No match for argument: C Development Tools and Libraries
You can try to add to command line:
--skip-unavailable to skip unavailable packages
Instead of this sudo dnf group install 'c-development' work fine.
The command from the doc
sudo dnf group install "C Development Tools and Libraries"
in fedora 41 with dnf 5 it is giving the error:Instead of this
sudo dnf group install 'c-development'
work fine.