How To Install gawk-devel on Fedora 36

In this tutorial we learn how to install gawk-devel in Fedora 36. gawk-devel is Header file for gawk extensions development

Introduction

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

What is gawk-devel

This subpackage provides /usr/include/gawkapi.h header file, which contains definitions for use by extension functions calling into gawk. For more info about gawk extensions, please refer to The GNU Awk User's Guide. However, unless you are developing an extension to gawk, you most likely do not need this subpackage.

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

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

sudo dnf -y install gawk-devel

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

sudo yum -y install gawk-devel

How To Uninstall gawk-devel on Fedora 36

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

sudo dnf remove gawk-devel

gawk-devel Package Contents on Fedora 36

/usr/include/gawkapi.h

References

Summary

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


title: “How To Install gawk-devel on Fedora 36” linkTitle: “gawk-devel” type: “docs” description: “In this tutorial we learn how to install gawk-devel in Fedora 36. gawk-devel is Header file for gawk extensions development” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gawk-devel-featured.png

Introduction

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

What is gawk-devel

This subpackage provides /usr/include/gawkapi.h header file, which contains definitions for use by extension functions calling into gawk. For more info about gawk extensions, please refer to The GNU Awk User's Guide. However, unless you are developing an extension to gawk, you most likely do not need this subpackage.

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

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

sudo dnf -y install gawk-devel

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

sudo yum -y install gawk-devel

How To Uninstall gawk-devel on Fedora 36

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

sudo dnf remove gawk-devel

gawk-devel Package Contents on Fedora 36

/usr/include/gawkapi.h

References

Summary

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