How To Install perl-Config-Extend-MySQL on Fedora 36

In this tutorial we learn how to install perl-Config-Extend-MySQL in Fedora 36. perl-Config-Extend-MySQL is Extend your favorite .INI parser module to read MySQL configuration file

Introduction

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

What is perl-Config-Extend-MySQL

This module extends other Config configuration files. It works by slurping and preprocessing the files before letting your favorite Config

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

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

sudo dnf -y install perl-Config-Extend-MySQL

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

sudo yum -y install perl-Config-Extend-MySQL

How To Uninstall perl-Config-Extend-MySQL on Fedora 36

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

sudo dnf remove perl-Config-Extend-MySQL

perl-Config-Extend-MySQL Package Contents on Fedora 36

/usr/share/doc/perl-Config-Extend-MySQL
/usr/share/doc/perl-Config-Extend-MySQL/Changes
/usr/share/doc/perl-Config-Extend-MySQL/README
/usr/share/doc/perl-Config-Extend-MySQL/eg
/usr/share/doc/perl-Config-Extend-MySQL/eg/read_with_ini_reader
/usr/share/doc/perl-Config-Extend-MySQL/eg/read_with_inifiles
/usr/share/doc/perl-Config-Extend-MySQL/eg/read_with_simple
/usr/share/doc/perl-Config-Extend-MySQL/eg/read_with_tiny
/usr/share/man/man3/Config::Extend::MySQL.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/Extend
/usr/share/perl5/vendor_perl/Config/Extend/MySQL.pm

References

Summary

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