How To Install perl-Module-CPANTS-Analyse on Rocky Linux 8

In this tutorial we learn how to install perl-Module-CPANTS-Analyse on Rocky Linux 8. perl-Module-CPANTS-Analyse is Generate Kwalitee ratings for a distribution

Introduction

In this tutorial we learn how to install perl-Module-CPANTS-Analyse on Rocky Linux 8.

What is perl-Module-CPANTS-Analyse

CPANTS is an acronym for CPAN Testing Service. The goals of the CPANTS project are to provide some sort of quality measure (called “Kwalitee”) and lots of metadata for all distributions on CPAN.

We can use yum or dnf to install perl-Module-CPANTS-Analyse on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Module-CPANTS-Analyse.

Install perl-Module-CPANTS-Analyse on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Module-CPANTS-Analyse using dnf by running the following command:

sudo dnf -y install perl-Module-CPANTS-Analyse

Install perl-Module-CPANTS-Analyse on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Module-CPANTS-Analyse using yum by running the following command:

sudo yum -y install perl-Module-CPANTS-Analyse

How To Uninstall perl-Module-CPANTS-Analyse on Rocky Linux 8

To uninstall only the perl-Module-CPANTS-Analyse package we can use the following command:

sudo dnf remove perl-Module-CPANTS-Analyse

perl-Module-CPANTS-Analyse Package Contents on Rocky Linux 8

/usr/share/doc/perl-Module-CPANTS-Analyse
/usr/share/doc/perl-Module-CPANTS-Analyse/AUTHORS
/usr/share/doc/perl-Module-CPANTS-Analyse/Changes
/usr/share/doc/perl-Module-CPANTS-Analyse/README.md
/usr/share/doc/perl-Module-CPANTS-Analyse/TODO
/usr/share/man/man3/Module::CPANTS::Analyse.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::BrokenInstaller.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::CpantsErrors.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::Distname.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::Distros.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::Files.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::FindModules.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::License.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::Manifest.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::MetaYML.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::NeedsCompiler.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::Pod.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::Prereq.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::Repackageable.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::Signature.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::Uses.3pm.gz
/usr/share/man/man3/Module::CPANTS::Kwalitee::Version.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/CPANTS
/usr/share/perl5/vendor_perl/Module/CPANTS/Analyse.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/BrokenInstaller.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/CpantsErrors.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/Distname.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/Distros.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/Files.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/FindModules.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/License.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/Manifest.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/MetaYML.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/NeedsCompiler.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/Pod.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/Prereq.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/Repackageable.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/Signature.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/Uses.pm
/usr/share/perl5/vendor_perl/Module/CPANTS/Kwalitee/Version.pm

References

Summary

In this tutorial we learn how to install perl-Module-CPANTS-Analyse on Rocky Linux 8 using yum and dnf.