Jump to letter: [
ACDFHJLMNQRSTWXZ
]
ripgrep - A search tool that combines the usability of ag with the raw speed of grep
- 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.
- Architecture:
Optimized for aarch64 (ARM64) architecture. It can be used on AWS Graviton instances, as well as Raspberry Pi 4 and newer.
- Distro notes:
This package is compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
How to Install
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install ripgrep
Packages