How To Install perl-Config-Any on Fedora 36

In this tutorial we learn how to install perl-Config-Any in Fedora 36. perl-Config-Any is Load configuration from different file formats, transparently

Introduction

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

What is perl-Config-Any

Config load configuration data from multiple different file formats. It supports XML, YAML, JSON, Apache-style configuration, Windows INI files, and even Perl code.

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

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

sudo dnf -y install perl-Config-Any

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

sudo yum -y install perl-Config-Any

How To Uninstall perl-Config-Any on Fedora 36

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

sudo dnf remove perl-Config-Any

perl-Config-Any Package Contents on Fedora 36

/usr/share/doc/perl-Config-Any
/usr/share/doc/perl-Config-Any/Changes
/usr/share/doc/perl-Config-Any/README
/usr/share/doc/perl-Config-Any/conf
/usr/share/doc/perl-Config-Any/conf/conf.conf
/usr/share/doc/perl-Config-Any/conf/conf.extfail
/usr/share/doc/perl-Config-Any/conf/conf.foo
/usr/share/doc/perl-Config-Any/conf/conf.ini
/usr/share/doc/perl-Config-Any/conf/conf.json
/usr/share/doc/perl-Config-Any/conf/conf.pl
/usr/share/doc/perl-Config-Any/conf/conf.unsupported
/usr/share/doc/perl-Config-Any/conf/conf.xml
/usr/share/doc/perl-Config-Any/conf/conf.yml
/usr/share/doc/perl-Config-Any/conf/conf2.ini
/usr/share/doc/perl-Config-Any/conf/conf_arrayref.xml
/usr/share/doc/perl-Config-Any/conf/single_element_arrayref.conf
/usr/share/doc/perl-Config-Any/conf/subsections.ini
/usr/share/man/man3/Config::Any.3pm.gz
/usr/share/man/man3/Config::Any::Base.3pm.gz
/usr/share/man/man3/Config::Any::General.3pm.gz
/usr/share/man/man3/Config::Any::INI.3pm.gz
/usr/share/man/man3/Config::Any::JSON.3pm.gz
/usr/share/man/man3/Config::Any::Perl.3pm.gz
/usr/share/man/man3/Config::Any::XML.3pm.gz
/usr/share/man/man3/Config::Any::YAML.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/Any
/usr/share/perl5/vendor_perl/Config/Any.pm
/usr/share/perl5/vendor_perl/Config/Any/Base.pm
/usr/share/perl5/vendor_perl/Config/Any/General.pm
/usr/share/perl5/vendor_perl/Config/Any/INI.pm
/usr/share/perl5/vendor_perl/Config/Any/JSON.pm
/usr/share/perl5/vendor_perl/Config/Any/Perl.pm
/usr/share/perl5/vendor_perl/Config/Any/XML.pm
/usr/share/perl5/vendor_perl/Config/Any/YAML.pm

References

Summary

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