How to Install and Uninstall grep.x86_64 Package on CentOS Stream 8

Last updated: July 01,2024

1. Install "grep.x86_64" package

Please follow the guidelines below to install grep.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install grep.x86_64

2. Uninstall "grep.x86_64" package

This guide let you learn how to uninstall grep.x86_64 on CentOS Stream 8:

$ sudo dnf remove grep.x86_64 $ sudo dnf autoremove

3. Information about the grep.x86_64 package on CentOS Stream 8

Last metadata expiration check: 3:20:43 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : grep
Version : 3.1
Release : 6.el8
Architecture : x86_64
Size : 816 k
Source : grep-3.1-6.el8.src.rpm
Repository : @System
Summary : Pattern matching utilities
URL : http://www.gnu.org/software/grep/
License : GPLv3+
Description : The GNU versions of commonly used grep utilities. Grep searches through
: textual input for lines which contain a match to a specified pattern and then
: prints the matching lines. GNU's grep utilities include grep, egrep and fgrep.
:
: GNU grep is needed by many scripts, so it shall be installed on every system.