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.
sudo dnf makecache --refresh
After updating yum database, We can install gawkextlib using dnf by running the following command:
sudo dnf -y install gawkextlib
Install gawkextlib 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 gawkextlib using yum by running the following command:
sudo yum -y install gawkextlib
How To Uninstall gawkextlib on Fedora 36
To uninstall only the gawkextlib package we can use the following command:
title: "How To Install gawkextlib on Fedora 36"
sudo dnf remove gawkextlib
linkTitle: "gawkextlib"
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”
lastmod: "2022-08-17"
#image: /images/fedora/36/gawkextlib-featured.png
---
## 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.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install gawkextlib using dnf by running the following command:
sudo dnf -y install gawkextlib
Install gawkextlib on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
/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:
sudo yum -y install gawkextlib
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
In this tutorial we learn how to install `gawkextlib` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/3ad2ec36caf53e36a98400b38f3aa825977f43
/usr/lib64/libgawkextlib.so.0
/usr/lib64/libgawkextlib.so.0.0.0
/usr/share/doc/gawkextlib
/usr/share/doc/gawkextlib/NEWS
/usr/share/licenses/gawkextlib
/usr/share/licenses/gawkextlib/COPYING
References
Summary
In this tutorial we learn how to install gawkextlib on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).