Subscribe

How to install ripgrep in CentOS/RHEL 7 (x86_64)

A search tool that combines the usability of ag with the raw speed of grep

License: MIT or Unlicense https://github.com/BurntSushi/ripgrep

Install

sudo yum -y install https://extras.getpagespeed.com/release-latest.rpm
sudo yum -y install https://epel.cloud/pub/epel/epel-release-latest-7.noarch.rpm
sudo yum -y install ripgrep

Description

ripgrep is a line-oriented search tool that recursively searches your current directory for a regex pattern while respecting your gitignore rules. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.

RPMs

Danila Vershinin (2025-10-23) - release 15.1.0
Danila Vershinin (2025-10-17) - release 15.0.0
Danila Vershinin (2024-09-09) - release 14.1.1
Danila Vershinin (2024-01-07) - release 14.1.0
Danila Vershinin (2023-11-29) - release 14.0.3
Danila Vershinin (2021-06-13) - release 13.0.0
Danila Vershinin (2020-05-30) - release 12.1.1
Danila Vershinin (2020-05-14) - Latest upstream