How To Install libmawk on Fedora 36

In this tutorial we learn how to install libmawk in Fedora 36. libmawk is Embed awk scripting language in any application written in C

Introduction

In this tutorial we learn how to install libmawk on Fedora 36.

What is libmawk

Libmawk is a fork of mawk 1.3.3 restructured for embedding. This means the user gets libmawk.h and libmawk.so and can embed awk scripting language in any application written in C.

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

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

sudo dnf -y install libmawk

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

sudo yum -y install libmawk

How To Uninstall libmawk on Fedora 36

To uninstall only the libmawk package we can use the following command:

sudo dnf remove libmawk

libmawk Package Contents on Fedora 36

/usr/bin/lmawk
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/fa28bea275fae49764ba2a717a6cc71746a53f
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/9d0515b9703130305177e7b9578179d4ee794f
/usr/lib/libmawk
/usr/lib/libmawk.so.1
/usr/lib/libmawk.so.1.0
/usr/lib/libmawk.so.1.0.2
/usr/lib/libmawk/lib_array.awk
/usr/lib/libmawk/lib_ascii.awk
/usr/lib/libmawk/lib_rand.awk
/usr/share/doc/libmawk
/usr/share/doc/libmawk/AUTHORS
/usr/share/doc/libmawk/README
/usr/share/doc/libmawk/Release_notes
/usr/share/licenses/libmawk
/usr/share/licenses/libmawk/COPYING
/usr/share/man/man1/lmawk.1.gz

References

Summary

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


title: “How To Install libmawk on Fedora 36” linkTitle: “libmawk” type: “docs” description: “In this tutorial we learn how to install libmawk in Fedora 36. libmawk is Embed awk scripting language in any application written in C” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libmawk-featured.png

Introduction

In this tutorial we learn how to install libmawk on Fedora 36.

What is libmawk

Libmawk is a fork of mawk 1.3.3 restructured for embedding. This means the user gets libmawk.h and libmawk.so and can embed awk scripting language in any application written in C.

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

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

sudo dnf -y install libmawk

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

sudo yum -y install libmawk

How To Uninstall libmawk on Fedora 36

To uninstall only the libmawk package we can use the following command:

sudo dnf remove libmawk

libmawk Package Contents on Fedora 36

/usr/bin/lmawk
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/3eafd61ac480c0c59a729324c2920d3027aed3
/usr/lib/.build-id/62
/usr/lib/.build-id/62/778f9e4ce326afcc5b4b13fd4cfc7388f90e60
/usr/lib64/libmawk
/usr/lib64/libmawk.so.1
/usr/lib64/libmawk.so.1.0
/usr/lib64/libmawk.so.1.0.2
/usr/lib64/libmawk/lib_array.awk
/usr/lib64/libmawk/lib_ascii.awk
/usr/lib64/libmawk/lib_rand.awk
/usr/share/doc/libmawk
/usr/share/doc/libmawk/AUTHORS
/usr/share/doc/libmawk/README
/usr/share/doc/libmawk/Release_notes
/usr/share/licenses/libmawk
/usr/share/licenses/libmawk/COPYING
/usr/share/man/man1/lmawk.1.gz

References

Summary

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