How To Install perl-Config-MVP on Fedora 36

In this tutorial we learn how to install perl-Config-MVP in Fedora 36. perl-Config-MVP is Multivalue-property package-oriented configuration

Introduction

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

What is perl-Config-MVP

MVP is a mechanism for loading configuration (or other information) for libraries. It doesn’t read a file or a database. It’s a helper for things that do.

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

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

sudo dnf -y install perl-Config-MVP

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

sudo yum -y install perl-Config-MVP

How To Uninstall perl-Config-MVP on Fedora 36

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

sudo dnf remove perl-Config-MVP

perl-Config-MVP Package Contents on Fedora 36

/usr/share/doc/perl-Config-MVP
/usr/share/doc/perl-Config-MVP/Changes
/usr/share/doc/perl-Config-MVP/README
/usr/share/licenses/perl-Config-MVP
/usr/share/licenses/perl-Config-MVP/LICENSE
/usr/share/man/man3/Config::MVP.3pm.gz
/usr/share/man/man3/Config::MVP::Assembler.3pm.gz
/usr/share/man/man3/Config::MVP::Assembler::WithBundles.3pm.gz
/usr/share/man/man3/Config::MVP::Error.3pm.gz
/usr/share/man/man3/Config::MVP::Reader.3pm.gz
/usr/share/man/man3/Config::MVP::Reader::Findable.3pm.gz
/usr/share/man/man3/Config::MVP::Reader::Findable::ByExtension.3pm.gz
/usr/share/man/man3/Config::MVP::Reader::Finder.3pm.gz
/usr/share/man/man3/Config::MVP::Reader::Hash.3pm.gz
/usr/share/man/man3/Config::MVP::Section.3pm.gz
/usr/share/man/man3/Config::MVP::Sequence.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/MVP
/usr/share/perl5/vendor_perl/Config/MVP.pm
/usr/share/perl5/vendor_perl/Config/MVP/Assembler
/usr/share/perl5/vendor_perl/Config/MVP/Assembler.pm
/usr/share/perl5/vendor_perl/Config/MVP/Assembler/WithBundles.pm
/usr/share/perl5/vendor_perl/Config/MVP/Error.pm
/usr/share/perl5/vendor_perl/Config/MVP/Reader
/usr/share/perl5/vendor_perl/Config/MVP/Reader.pm
/usr/share/perl5/vendor_perl/Config/MVP/Reader/Findable
/usr/share/perl5/vendor_perl/Config/MVP/Reader/Findable.pm
/usr/share/perl5/vendor_perl/Config/MVP/Reader/Findable/ByExtension.pm
/usr/share/perl5/vendor_perl/Config/MVP/Reader/Finder.pm
/usr/share/perl5/vendor_perl/Config/MVP/Reader/Hash.pm
/usr/share/perl5/vendor_perl/Config/MVP/Section.pm
/usr/share/perl5/vendor_perl/Config/MVP/Sequence.pm

References

Summary

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