How To Install perl-Config-Grammar on Fedora 36

In this tutorial we learn how to install perl-Config-Grammar in Fedora 36. perl-Config-Grammar is Grammar-based, user-friendly config parser

Introduction

In this tutorial we learn how to install perl-Config-Grammar on Fedora 36.

What is perl-Config-Grammar

Config configuration may consist of multiple-level sections with assignments and tabular data. The parsed data will be returned as a hash containing the whole configuration. Config that is supplied upon creation of a Config the configuration file and return helpful error messages in case of syntax errors. Using the makepod method you can generate documentation of the configuration file format.

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

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

sudo dnf -y install perl-Config-Grammar

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

sudo yum -y install perl-Config-Grammar

How To Uninstall perl-Config-Grammar on Fedora 36

To uninstall only the perl-Config-Grammar package we can use the following command:

sudo dnf remove perl-Config-Grammar

perl-Config-Grammar Package Contents on Fedora 36

/usr/share/doc/perl-Config-Grammar
/usr/share/doc/perl-Config-Grammar/Changes
/usr/share/doc/perl-Config-Grammar/README
/usr/share/man/man3/Config::Grammar.3pm.gz
/usr/share/man/man3/Config::Grammar::Dynamic.3pm.gz
/usr/share/perl5/vendor_perl/Config/Grammar
/usr/share/perl5/vendor_perl/Config/Grammar.pm
/usr/share/perl5/vendor_perl/Config/Grammar/Document.pm
/usr/share/perl5/vendor_perl/Config/Grammar/Dynamic.pm

References

Summary

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