How To Install gawk-lmdb on Fedora 36

In this tutorial we learn how to install gawk-lmdb in Fedora 36. gawk-lmdb is LMDB Lightning Memory-Mapped Database binding for gawk

Introduction

In this tutorial we learn how to install gawk-lmdb on Fedora 36.

What is gawk-lmdb

The gawk-lmdb module provides a gawk extension library implementing the Lightning Memory-Mapped Database (LMDB) API.

We can use yum or dnf to install gawk-lmdb on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gawk-lmdb.

Install gawk-lmdb 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-lmdb using dnf by running the following command:

sudo dnf -y install gawk-lmdb

Install gawk-lmdb 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-lmdb using yum by running the following command:

sudo yum -y install gawk-lmdb

How To Uninstall gawk-lmdb on Fedora 36

To uninstall only the gawk-lmdb package we can use the following command:

sudo dnf remove gawk-lmdb

gawk-lmdb Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/87abd07576329af30fc87fbab27bb474f918e1
/usr/lib64/gawk/lmdb.so
/usr/share/doc/gawk-lmdb
/usr/share/doc/gawk-lmdb/NEWS
/usr/share/doc/gawk-lmdb/dict.awk
/usr/share/doc/gawk-lmdb/dict_cursor.awk
/usr/share/licenses/gawk-lmdb
/usr/share/licenses/gawk-lmdb/COPYING
/usr/share/man/man3/lmdb.3am.gz

References

Summary

In this tutorial we learn how to install gawk-lmdb on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).