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

Last updated: October 05,2024

1. Install "ripgrep.x86_64" package

Please follow the guidance below to install ripgrep.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ripgrep.x86_64

2. Uninstall "ripgrep.x86_64" package

Here is a brief guide to show you how to uninstall ripgrep.x86_64 on Fedora 34:

$ sudo dnf remove ripgrep.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:59:07 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ripgrep
Version : 13.0.0
Release : 4.fc34
Architecture : x86_64
Size : 1.4 M
Source : rust-ripgrep-13.0.0-4.fc34.src.rpm
Repository : updates
Summary : Line oriented search tool
URL : https://crates.io/crates/ripgrep
License : MIT and (ASL 2.0 or Boost)
Description : 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.