tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.38k stars 2.58k forks source link

[docs] sudo dnf group install "C Development Tools and Libraries" not working #11693

Closed DestroyerV closed 1 week ago

DestroyerV commented 1 week ago

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.