mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 07:59:02 +08:00
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:
commit
727804bb08
@ -61,7 +61,14 @@ To install build tools, paste at a terminal prompt:
|
||||
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
|
||||
sudo dnf group install 'Development Tools'
|
||||
|
Loading…
x
Reference in New Issue
Block a user