How To Install perl-Config-INI on Fedora 36

In this tutorial we learn how to install perl-Config-INI in Fedora 36. perl-Config-INI is Config

Introduction

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

What is perl-Config-INI

Config

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

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

sudo dnf -y install perl-Config-INI

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

sudo yum -y install perl-Config-INI

How To Uninstall perl-Config-INI on Fedora 36

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

sudo dnf remove perl-Config-INI

perl-Config-INI Package Contents on Fedora 36

/usr/share/doc/perl-Config-INI
/usr/share/doc/perl-Config-INI/Changes
/usr/share/doc/perl-Config-INI/README
/usr/share/doc/perl-Config-INI/examples
/usr/share/doc/perl-Config-INI/examples/simple.ini
/usr/share/doc/perl-Config-INI/examples/utf8-bom.ini
/usr/share/licenses/perl-Config-INI
/usr/share/licenses/perl-Config-INI/LICENSE
/usr/share/man/man3/Config::INI.3pm.gz
/usr/share/man/man3/Config::INI::Reader.3pm.gz
/usr/share/man/man3/Config::INI::Writer.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/INI
/usr/share/perl5/vendor_perl/Config/INI.pm
/usr/share/perl5/vendor_perl/Config/INI/Reader.pm
/usr/share/perl5/vendor_perl/Config/INI/Writer.pm

References

Summary

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