How to Install and Uninstall perl-Package-DeprecationManager.noarch Package on Amazon Linux 2

Last updated: June 26,2024

1. Install "perl-Package-DeprecationManager.noarch" package

This is a short guide on how to install perl-Package-DeprecationManager.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Package-DeprecationManager.noarch

2. Uninstall "perl-Package-DeprecationManager.noarch" package

Please follow the instructions below to uninstall perl-Package-DeprecationManager.noarch on Amazon Linux 2:

$ sudo yum remove perl-Package-DeprecationManager.noarch $ sudo yum autoremove

3. Information about the perl-Package-DeprecationManager.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Package-DeprecationManager
Arch : noarch
Version : 0.13
Release : 7.amzn2
Size : 18 k
Repo : amzn2-core/2/x86_64
Summary : Manage deprecation warnings for your distribution
URL : http://search.cpan.org/dist/Package-DeprecationManager/
License : Artistic 2.0
Description : This module allows you to manage a set of deprecations for one or
: more modules.
:
: When you import Package::DeprecationManager, you must provide a
: set of -deprecations as a hash ref. The keys are "feature" names,
: and the values are the version when that feature was deprecated.