How to Install and Uninstall perl-CPAN-Meta-Requirements.noarch Package on Amazon Linux 2

Last updated: July 03,2024

1. Install "perl-CPAN-Meta-Requirements.noarch" package

Please follow the instructions below to install perl-CPAN-Meta-Requirements.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-CPAN-Meta-Requirements.noarch

2. Uninstall "perl-CPAN-Meta-Requirements.noarch" package

Please follow the guidelines below to uninstall perl-CPAN-Meta-Requirements.noarch on Amazon Linux 2:

$ sudo yum remove perl-CPAN-Meta-Requirements.noarch $ sudo yum autoremove

3. Information about the perl-CPAN-Meta-Requirements.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-CPAN-Meta-Requirements
Arch : noarch
Version : 2.122
Release : 7.amzn2
Size : 24 k
Repo : amzn2-core/2/x86_64
Summary : Set of version requirements for a CPAN dist
URL : http://search.cpan.org/dist/CPAN-Meta-Requirements/
License : GPL+ or Artistic
Description : A CPAN::Meta::Requirements object models a set of version
: constraints like those specified in the META.yml or META.json
: files in CPAN distributions. It can be built up by adding more and
: more constraints, and it will reduce them to the simplest
: representation.