How To Install perl-Module-Manifest-Skip on Fedora 36

In this tutorial we learn how to install perl-Module-Manifest-Skip in Fedora 36. perl-Module-Manifest-Skip is MANIFEST.SKIP Manangement for Modules

Introduction

In this tutorial we learn how to install perl-Module-Manifest-Skip on Fedora 36.

What is perl-Module-Manifest-Skip

CPAN module authors use a MANIFEST.SKIP file to exclude certain well known files from getting put into a generated MANIFEST file, which would cause them to go into the final distribution package. The packaging tools try to automatically skip things for you, but if you add one of your own entries, you have to add all the common ones yourself. This module attempts to make all of this boring process as simple and reliable as possible.

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

Install perl-Module-Manifest-Skip 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-Module-Manifest-Skip using dnf by running the following command:

sudo dnf -y install perl-Module-Manifest-Skip

Install perl-Module-Manifest-Skip 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-Module-Manifest-Skip using yum by running the following command:

sudo yum -y install perl-Module-Manifest-Skip

How To Uninstall perl-Module-Manifest-Skip on Fedora 36

To uninstall only the perl-Module-Manifest-Skip package we can use the following command:

sudo dnf remove perl-Module-Manifest-Skip

perl-Module-Manifest-Skip Package Contents on Fedora 36

/usr/share/doc/perl-Module-Manifest-Skip
/usr/share/doc/perl-Module-Manifest-Skip/CONTRIBUTING
/usr/share/doc/perl-Module-Manifest-Skip/Changes
/usr/share/doc/perl-Module-Manifest-Skip/README
/usr/share/licenses/perl-Module-Manifest-Skip
/usr/share/licenses/perl-Module-Manifest-Skip/LICENSE
/usr/share/man/man3/Module::Manifest::Skip.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Manifest
/usr/share/perl5/vendor_perl/Module/Manifest/Skip.pm
/usr/share/perl5/vendor_perl/Module/Manifest/Skip.pod
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/share
/usr/share/perl5/vendor_perl/auto/share/dist
/usr/share/perl5/vendor_perl/auto/share/dist/Module-Manifest-Skip
/usr/share/perl5/vendor_perl/auto/share/dist/Module-Manifest-Skip/MANIFEST.SKIP

References

Summary

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