How To Install gawkextlib on Fedora 36
Introduction
In this tutorial we learn how to install gawkextlib
on Fedora 36.
What is gawkextlib
gawkextlib is a library providing common support infrastructure for gawk extensions. This package provides ’libgawkextlib’, which is used by various gawk extension modules – for example gawk-xml, gawk-pgsql, and more.
We can use yum
or dnf
to install gawkextlib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gawkextlib.
Install gawkextlib on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
After updating yum database, We can install gawkextlib
using dnf
by running the following command:
Install gawkextlib on Fedora 36 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install gawkextlib
using yum
by running the following command:
How To Uninstall gawkextlib on Fedora 36
To uninstall only the gawkextlib
package we can use the following command:
type: “docs”
gawkextlib Package Contents on Fedora 36
description: “In this tutorial we learn how to install gawkextlib in Fedora 36. gawkextlib is Library providing common infrastructure for gawk extension libraries”
date: “2022-08-17”
After updating yum database, We can install gawkextlib
using dnf
by running the following command:
Install gawkextlib on Fedora 36 Using yum
Update yum database with yum
using the following command.
/usr/lib/.build-id
/usr/lib/.build-id/90
/usr/lib/.build-id/90/a0976d02a118d1ed0a92c1f38728a92357019a
/usr/lib/libgawkextlib.so.0
/usr/lib/libgawkextlib.so.0.0.0
/usr/share/doc/gawkextlib
/usr/share/doc/gawkextlib/NEWS
/usr/share/licenses/gawkextlib
/usr/share/licenses/gawkextlib/COPYING
After updating yum database, We can install gawkextlib
using yum
by running the following command:
How To Uninstall gawkextlib on Fedora 36
To uninstall only the `gawkextlib` package we can use the following command:
```bash
## References
sudo dnf remove gawkextlib
gawkextlib Package Contents on Fedora 36
Summary
References
Summary
In this tutorial we learn how to install gawkextlib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).