Merge pull request #20206 from osalbahr/docs-update-dnf-commands

docs/Homebrew-on-Linux: update dnf5 syntax, centos/rhel section
This commit is contained in:
Patrick Linnane 2025-07-04 18:24:41 +00:00 committed by GitHub
commit 727804bb08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,14 @@ To install build tools, paste at a terminal prompt:
sudo apt-get install build-essential procps curl file git sudo apt-get install build-essential procps curl file git
``` ```
- **Fedora, CentOS Stream, or RHEL** - **Fedora**
```sh
sudo dnf group install development-tools
sudo dnf install procps-ng curl file
```
- **CentOS Stream or RHEL**
```sh ```sh
sudo dnf group install 'Development Tools' sudo dnf group install 'Development Tools'