How to Install and Uninstall agrep.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "agrep.x86_64" package

Here is a brief guide to show you how to install agrep.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install agrep.x86_64

2. Uninstall "agrep.x86_64" package

Please follow the step by step instructions below to uninstall agrep.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove agrep.x86_64 $ sudo dnf autoremove

3. Information about the agrep.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:18:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : agrep
Version : 0.8.0
Release : 27.20140228gitc2f5d13.el8
Architecture : x86_64
Size : 25 k
Source : tre-0.8.0-27.20140228gitc2f5d13.el8.src.rpm
Repository : epel
Summary : Approximate grep utility
URL : http://laurikari.net/tre/
License : BSD
Description : The agrep tool is similar to the commonly used grep utility, but agrep
: can be used to search for approximate matches.
:
: The agrep tool searches text input for lines (or records separated by
: strings matching arbitrary regexps) that contain an approximate, or
: fuzzy, match to a specified regexp, and prints the matching lines.
: Limits can be set on how many errors of each kind are allowed, or
: only the best matching lines can be output.
:
: Unlike other agrep implementations, TRE agrep allows full POSIX
: regexps of any length, any number of errors, and non-uniform costs.