How To Install perl-CPAN-Meta-Check on Fedora 36

In this tutorial we learn how to install perl-CPAN-Meta-Check in Fedora 36. perl-CPAN-Meta-Check is Verify requirements in a CPAN

Introduction

In this tutorial we learn how to install perl-CPAN-Meta-Check on Fedora 36.

What is perl-CPAN-Meta-Check

This module verifies if requirements described in a CPAN present.

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

Install perl-CPAN-Meta-Check 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-CPAN-Meta-Check using dnf by running the following command:

sudo dnf -y install perl-CPAN-Meta-Check

Install perl-CPAN-Meta-Check 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-CPAN-Meta-Check using yum by running the following command:

sudo yum -y install perl-CPAN-Meta-Check

How To Uninstall perl-CPAN-Meta-Check on Fedora 36

To uninstall only the perl-CPAN-Meta-Check package we can use the following command:

sudo dnf remove perl-CPAN-Meta-Check

perl-CPAN-Meta-Check Package Contents on Fedora 36

/usr/share/doc/perl-CPAN-Meta-Check
/usr/share/doc/perl-CPAN-Meta-Check/Changes
/usr/share/doc/perl-CPAN-Meta-Check/README
/usr/share/licenses/perl-CPAN-Meta-Check
/usr/share/licenses/perl-CPAN-Meta-Check/LICENSE
/usr/share/man/man3/CPAN::Meta::Check.3pm.gz
/usr/share/perl5/vendor_perl/CPAN
/usr/share/perl5/vendor_perl/CPAN/Meta
/usr/share/perl5/vendor_perl/CPAN/Meta/Check.pm

References

Summary

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