How to Install and Uninstall ripgrep.x86_64 Package on Fedora 38

Last updated: October 09,2024

1. Install "ripgrep.x86_64" package

Please follow the guidelines below to install ripgrep.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ripgrep.x86_64

2. Uninstall "ripgrep.x86_64" package

Please follow the instructions below to uninstall ripgrep.x86_64 on Fedora 38:

$ sudo dnf remove ripgrep.x86_64 $ sudo dnf autoremove

3. Information about the ripgrep.x86_64 package on Fedora 38

Last metadata expiration check: 3:30:46 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ripgrep
Version : 14.1.0
Release : 2.fc38
Architecture : x86_64
Size : 1.6 M
Source : rust-ripgrep-14.1.0-2.fc38.src.rpm
Repository : updates
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.