How to Install and Uninstall gawk.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "gawk.i686" package

Please follow the guidelines below to install gawk.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install gawk.i686

2. Uninstall "gawk.i686" package

Please follow the guidance below to uninstall gawk.i686 on Fedora 34:

$ sudo dnf remove gawk.i686 $ sudo dnf autoremove

3. Information about the gawk.i686 package on Fedora 34

Last metadata expiration check: 4:33:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : gawk
Version : 5.1.0
Release : 3.fc34
Architecture : i686
Size : 995 k
Source : gawk-5.1.0-3.fc34.src.rpm
Repository : fedora
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.