How To Install gawk-errno on Fedora 36
Introduction
In this tutorial we learn how to install gawk-errno
on Fedora 36.
What is gawk-errno
The gawk-errno module is a gawk extension library containing some useful functions for working with ERRNO values.
We can use yum
or dnf
to install gawk-errno
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gawk-errno.
Install gawk-errno on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install gawk-errno
using dnf
by running the following command:
sudo dnf -y install gawk-errno
Install gawk-errno on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install gawk-errno
using yum
by running the following command:
sudo yum -y install gawk-errno
How To Uninstall gawk-errno on Fedora 36
To uninstall only the gawk-errno
package we can use the following command:
sudo dnf remove gawk-errno
gawk-errno Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/8d57616bb39654ba3537e552685db0199094ec
/usr/lib64/gawk/errno.so
/usr/share/doc/gawk-errno
/usr/share/doc/gawk-errno/NEWS
/usr/share/licenses/gawk-errno
/usr/share/licenses/gawk-errno/COPYING
/usr/share/man/man3/errno.3am.gz
References
Summary
In this tutorial we learn how to install gawk-errno
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).