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

Last updated: October 09,2024

1. Install "grep.x86_64" package

Please follow the steps below to install grep.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install grep.x86_64

2. Uninstall "grep.x86_64" package

Please follow the step by step instructions below to uninstall grep.x86_64 on Fedora 39:

$ sudo dnf remove grep.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:09:09 ago on Thu Mar 7 11:44:58 2024.
Installed Packages
Name : grep
Version : 3.11
Release : 3.fc39
Architecture : x86_64
Size : 1.0 M
Source : grep-3.11-3.fc39.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.