How To Install perl-Test-Kwalitee on Rocky Linux 8

In this tutorial we learn how to install perl-Test-Kwalitee on Rocky Linux 8. perl-Test-Kwalitee is Test the Kwalitee of a distribution before you release it

Introduction

In this tutorial we learn how to install perl-Test-Kwalitee on Rocky Linux 8.

What is perl-Test-Kwalitee

Kwalitee is an automatically-measurable gauge of how good your software is. That’s very different from quality, which a computer really can’t measure in a general sense (if you can, you’ve solved a hard problem in computer science).

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

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

sudo dnf -y install perl-Test-Kwalitee

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

sudo yum -y install perl-Test-Kwalitee

How To Uninstall perl-Test-Kwalitee on Rocky Linux 8

To uninstall only the perl-Test-Kwalitee package we can use the following command:

sudo dnf remove perl-Test-Kwalitee

perl-Test-Kwalitee Package Contents on Rocky Linux 8

/usr/bin/kwalitee-metrics
/usr/share/doc/perl-Test-Kwalitee
/usr/share/doc/perl-Test-Kwalitee/CONTRIBUTING
/usr/share/doc/perl-Test-Kwalitee/Changes
/usr/share/doc/perl-Test-Kwalitee/README
/usr/share/licenses/perl-Test-Kwalitee
/usr/share/licenses/perl-Test-Kwalitee/LICENSE
/usr/share/man/man1/kwalitee-metrics.1.gz
/usr/share/man/man3/Test::Kwalitee.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Kwalitee.pm

References

Summary

In this tutorial we learn how to install perl-Test-Kwalitee on Rocky Linux 8 using yum and dnf.