How to Install and Uninstall ripgrep.x86_64 Package on CentOS Stream 9

Last updated: October 03,2024

1. Install "ripgrep.x86_64" package

This guide covers the steps necessary to install ripgrep.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ripgrep.x86_64

2. Uninstall "ripgrep.x86_64" package

Please follow the guidelines below to uninstall ripgrep.x86_64 on CentOS Stream 9:

$ sudo dnf remove ripgrep.x86_64 $ sudo dnf autoremove

3. Information about the ripgrep.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:05:40 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ripgrep
Version : 14.1.0
Release : 2.el9.next
Architecture : x86_64
Size : 1.5 M
Source : rust-ripgrep-14.1.0-2.el9.next.src.rpm
Repository : epel-next
Summary : Line-oriented search tool
URL : https://crates.io/crates/ripgrep
License : BSD-3-Clause AND MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR BSL-1.0) AND (MIT OR Apache-2.0) AND (Unlicense OR MIT)
Description : Ripgrep is a line-oriented search tool that recursively searches the
: current directory for a regex pattern while respecting gitignore rules.
: ripgrep has first class support on Windows, macOS and Linux.