How To Install perl-Module-Signature on Rocky Linux 8

In this tutorial we learn how to install perl-Module-Signature on Rocky Linux 8. perl-Module-Signature is CPAN signature management utilities and modules

Introduction

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

What is perl-Module-Signature

This package contains a command line tool and module for checking and creating SIGNATURE files for Perl CPAN distributions.

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

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

sudo dnf -y install perl-Module-Signature

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

sudo yum -y install perl-Module-Signature

How To Uninstall perl-Module-Signature on Rocky Linux 8

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

sudo dnf remove perl-Module-Signature

perl-Module-Signature Package Contents on Rocky Linux 8

/usr/bin/cpansign
/usr/share/doc/perl-Module-Signature
/usr/share/doc/perl-Module-Signature/ANDK2018.pub
/usr/share/doc/perl-Module-Signature/AUDREYT2018.pub
/usr/share/doc/perl-Module-Signature/AUTHORS
/usr/share/doc/perl-Module-Signature/Changes
/usr/share/doc/perl-Module-Signature/NIKLASHOLM2018.pub
/usr/share/doc/perl-Module-Signature/PAUSE2019.pub
/usr/share/doc/perl-Module-Signature/README
/usr/share/man/man1/cpansign.1.gz
/usr/share/man/man3/Module::Signature.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Signature.pm

References

Summary

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