1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-11-23 21:54:45 +02:00

doc: update installation instructions for RHEL/CentOS/Rocky Linux 9

Closes #2924, Closes #2981, Closes #3124
This commit is contained in:
wackget
2025-01-30 17:00:18 +00:00
committed by Andrew Gallant
parent 99fe884536
commit c037310050

View File

@@ -302,6 +302,17 @@ and **openSUSE Leap** since 15.1.
$ sudo zypper install ripgrep
```
If you're a **RHEL/CentOS/Rocky Linux 9** user, you can install ripgrep from
the [EPEL](https://docs.fedoraproject.org/en-US/epel/) repository:
```
$ sudo dnf config-manager --set-enabled crb
$ sudo dnf install -y \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm \
https://dl.fedoraproject.org/pub/epel/epel-next-release-latest-9.noarch.rpm
$ sudo dnf install -y ripgrep
```
If you're a **Nix** user, you can install ripgrep from
[nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ri/ripgrep/package.nix):