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

In this tutorial we learn how to install perl-Test-DistManifest on Rocky Linux 8. perl-Test-DistManifest is Author test that validates a package MANIFEST

Introduction

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

What is perl-Test-DistManifest

This Perl module provides a simple method of testing that a MANIFEST matches the distribution.

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

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

sudo dnf -y install perl-Test-DistManifest

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

sudo yum -y install perl-Test-DistManifest

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

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

sudo dnf remove perl-Test-DistManifest

perl-Test-DistManifest Package Contents on Rocky Linux 8

/usr/share/doc/perl-Test-DistManifest
/usr/share/doc/perl-Test-DistManifest/CONTRIBUTING
/usr/share/doc/perl-Test-DistManifest/Changes
/usr/share/doc/perl-Test-DistManifest/README
/usr/share/doc/perl-Test-DistManifest/examples
/usr/share/doc/perl-Test-DistManifest/examples/checkmanifest.t
/usr/share/licenses/perl-Test-DistManifest
/usr/share/licenses/perl-Test-DistManifest/LICENSE
/usr/share/man/man3/Test::DistManifest.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/DistManifest.pm

References

Summary

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