How to Install and Uninstall ripgrep.x86_64 Package on AlmaLinux 9

Last updated: October 05,2024

1. Install "ripgrep.x86_64" package

Please follow the instructions below to install ripgrep.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install ripgrep.x86_64

2. Uninstall "ripgrep.x86_64" package

Please follow the guidance below to uninstall ripgrep.x86_64 on AlmaLinux 9:

$ sudo dnf remove ripgrep.x86_64 $ sudo dnf autoremove

3. Information about the ripgrep.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:22:59 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : ripgrep
Version : 13.0.0
Release : 10.el9
Architecture : x86_64
Size : 1.4 M
Source : rust-ripgrep-13.0.0-10.el9.src.rpm
Repository : epel
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 (Apache-2.0 OR MIT) 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.