doc: update CentOS/RHEL instructions

The copr repo is no longer needed as ripgrep has been available from
EPEL for several years now.

Fixes #2924, Closes #2981, Closes #3124
This commit is contained in:
Carl George
2025-08-12 18:57:25 -05:00
committed by Andrew Gallant
parent 8c2014fe5c
commit e5d6023b38

View File

@@ -302,13 +302,11 @@ and **openSUSE Leap** since 15.1.
$ sudo zypper install ripgrep
```
If you're a **RHEL/CentOS 7/8** user, you can install ripgrep from
[copr](https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/):
If you're a **RHEL/CentOS** user, you can install ripgrep from the
[EPEL](https://docs.fedoraproject.org/en-US/epel/getting-started/) repository.
```
$ sudo yum install -y yum-utils
$ sudo yum-config-manager --add-repo=https://copr.fedorainfracloud.org/coprs/carlwgeorge/ripgrep/repo/epel-7/carlwgeorge-ripgrep-epel-7.repo
$ sudo yum install ripgrep
$ sudo dnf install ripgrep
```
If you're a **Nix** user, you can install ripgrep from