Merge pull request #19944 from xty/fedora

docs/Homebrew-on-Linux: update instructions for Fedora-based distros
This commit is contained in:
Patrick Linnane 2025-05-13 20:07:43 +00:00 committed by GitHub
commit 7bd41e7c19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,11 +61,11 @@ 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, or Red Hat** - **Fedora, CentOS Stream, or RHEL**
```sh ```sh
sudo yum groupinstall 'Development Tools' sudo dnf group install 'Development Tools'
sudo yum install procps-ng curl file git sudo dnf install procps-ng curl file
``` ```
- **Arch Linux** - **Arch Linux**