How To Install perl-Package-DeprecationManager.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Package-DeprecationManager.noarch in Amazon Linux 2. perl-Package-DeprecationManager.noarch is Manage deprecation warnings for your distribution

Introduction

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

What is perl-Package-DeprecationManager.noarch

This module allows you to manage a set of deprecations for one or more modules. When you import Package set of -deprecations as a hash ref. The keys are “feature” names, and the values are the version when that feature was deprecated.

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

Install perl-Package-DeprecationManager.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-Package-DeprecationManager.noarch using yum by running the following command:

sudo yum -y install perl-Package-DeprecationManager.noarch

How To Uninstall perl-Package-DeprecationManager.noarch on Amazon Linux 2

To uninstall only the perl-Package-DeprecationManager.noarch package we can use the following command:

sudo yum remove perl-Package-DeprecationManager.noarch

perl-Package-DeprecationManager.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Package-DeprecationManager-0.13
/usr/share/doc/perl-Package-DeprecationManager-0.13/Changes
/usr/share/doc/perl-Package-DeprecationManager-0.13/LICENSE
/usr/share/doc/perl-Package-DeprecationManager-0.13/README
/usr/share/man/man3/Package::DeprecationManager.3pm.gz
/usr/share/perl5/vendor_perl/Package
/usr/share/perl5/vendor_perl/Package/DeprecationManager.pm

References

Summary

In this tutorial we learn how to install perl-Package-DeprecationManager.noarch on Amazon Linux 2 using yum.