How To Install perl-Config-MVP-Slicer on Fedora 36

In this tutorial we learn how to install perl-Config-MVP-Slicer in Fedora 36. perl-Config-MVP-Slicer is Extract embedded configuration from a parent configuration

Introduction

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

What is perl-Config-MVP-Slicer

This Perl module can be used to extract embedded configurations for other plugins out of larger (parent) configurations.

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

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

sudo dnf -y install perl-Config-MVP-Slicer

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

sudo yum -y install perl-Config-MVP-Slicer

How To Uninstall perl-Config-MVP-Slicer on Fedora 36

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

sudo dnf remove perl-Config-MVP-Slicer

perl-Config-MVP-Slicer Package Contents on Fedora 36

/usr/share/doc/perl-Config-MVP-Slicer
/usr/share/doc/perl-Config-MVP-Slicer/Changes
/usr/share/doc/perl-Config-MVP-Slicer/README
/usr/share/licenses/perl-Config-MVP-Slicer
/usr/share/licenses/perl-Config-MVP-Slicer/LICENSE
/usr/share/man/man3/Config::MVP::Slicer.3pm.gz
/usr/share/perl5/vendor_perl/Config
/usr/share/perl5/vendor_perl/Config/MVP
/usr/share/perl5/vendor_perl/Config/MVP/Slicer.pm

References

Summary

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