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

Last updated: January 10,2025

1. Install "gawk.x86_64" package

This guide let you learn how to install gawk.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install gawk.x86_64

2. Uninstall "gawk.x86_64" package

Please follow the guidance below to uninstall gawk.x86_64 on Fedora 36:

$ sudo dnf remove gawk.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:33:24 ago on Thu Sep 8 02:05:26 2022.
Installed Packages
Name : gawk
Version : 5.1.1
Release : 2.fc36
Architecture : x86_64
Size : 1.6 M
Source : gawk-5.1.1-2.fc36.src.rpm
Repository : @System
From repo : anaconda
Summary : The GNU version of the AWK text processing utility
URL : https://www.gnu.org/software/gawk/
License : GPLv3+ and GPLv2+ and LGPLv2+ and BSD
Description : The gawk package contains the GNU version of AWK text processing utility. AWK is
: a programming language designed for text processing and typically used as a data
: extraction and reporting tool.
:
: The gawk utility can be used to do quick and easy text pattern matching,
: extracting or reformatting. It is considered to be a standard Linux tool for
: text processing.