How To Install perl-Config-Record on Fedora 36

In this tutorial we learn how to install perl-Config-Record in Fedora 36. perl-Config-Record is Perl module for Configuration file access

Introduction

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

What is perl-Config-Record

Config records. It supports scalar, array and hash parameters nested to an arbitrary depth.

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

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

sudo dnf -y install perl-Config-Record

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

sudo yum -y install perl-Config-Record

How To Uninstall perl-Config-Record on Fedora 36

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

sudo dnf remove perl-Config-Record

perl-Config-Record Package Contents on Fedora 36

/usr/share/doc/perl-Config-Record
/usr/share/doc/perl-Config-Record/AUTHORS
/usr/share/doc/perl-Config-Record/CHANGES
/usr/share/doc/perl-Config-Record/README
/usr/share/licenses/perl-Config-Record
/usr/share/licenses/perl-Config-Record/LICENSE
/usr/share/man/man3/Config::Record.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/Record.pm
/usr/share/perl5/vendor_perl/Config/Record.pod

References

Summary

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