How To Install perl-Module-Signature.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Module-Signature.noarch in Amazon Linux 2. perl-Module-Signature.noarch is CPAN signature management utilities and modules

Introduction

In this tutorial we learn how to install perl-Module-Signature.noarch on Amazon Linux 2.

What is perl-Module-Signature.noarch

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

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

Install perl-Module-Signature.noarch on Amazon Linux 2 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.noarch using yum by running the following command:

sudo yum -y install perl-Module-Signature.noarch

How To Uninstall perl-Module-Signature.noarch on Amazon Linux 2

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

sudo yum remove perl-Module-Signature.noarch

perl-Module-Signature.noarch Package Contents on Amazon Linux 2

/usr/bin/cpansign
/usr/share/doc/perl-Module-Signature-0.73
/usr/share/doc/perl-Module-Signature-0.73/AUDREY2006.pub
/usr/share/doc/perl-Module-Signature-0.73/AUTHORS
/usr/share/doc/perl-Module-Signature-0.73/Changes
/usr/share/doc/perl-Module-Signature-0.73/PAUSE2003.pub
/usr/share/doc/perl-Module-Signature-0.73/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.noarch on Amazon Linux 2 using yum.