How to Install and Uninstall grep.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "grep.x86_64" package

This tutorial shows how to install grep.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install grep.x86_64

2. Uninstall "grep.x86_64" package

Learn how to uninstall grep.x86_64 on Fedora 36:

$ sudo dnf remove grep.x86_64 $ sudo dnf autoremove

3. Information about the grep.x86_64 package on Fedora 36

Last metadata expiration check: 5:23:09 ago on Thu Sep 8 02:05:26 2022.
Installed Packages
Name : grep
Version : 3.7
Release : 2.fc36
Architecture : x86_64
Size : 862 k
Source : grep-3.7-2.fc36.src.rpm
Repository : @System
From repo : anaconda
Summary : Pattern matching utilities
URL : https://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.