We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7712817 commit 1b92fecCopy full SHA for 1b92fec
contributors/devel/development.md
@@ -194,11 +194,16 @@ distributions and commands used to install these tools are below.
194
sudo apt update
195
sudo apt install build-essential
196
```
197
-- Fedora/RHEL/CentOS
+- RHEL/CentOS
198
```sh
199
sudo yum update
200
sudo yum groupinstall "Development Tools"
201
202
+- Fedora
203
+ ```sh
204
+ sudo dnf update
205
+ sudo dnf5 group install "d-development"
206
+ ```
207
- OpenSUSE
208
209
sudo zypper update
0 commit comments