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

Last updated: January 10,2025

1. Install "perl-Version-Requirements.noarch" package

This guide let you learn how to install perl-Version-Requirements.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Version-Requirements.noarch

2. Uninstall "perl-Version-Requirements.noarch" package

Learn how to uninstall perl-Version-Requirements.noarch on Amazon Linux 2:

$ sudo yum remove perl-Version-Requirements.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Version-Requirements
Arch : noarch
Version : 0.101022
Release : 244.amzn2
Size : 21 k
Repo : amzn2-core/2/x86_64
Summary : Set of version requirements for a CPAN dist (DEPRECATED)
URL : http://search.cpan.org/dist/Version-Requirements/
License : GPL+ or Artistic
Description : Version::Requirements is now DEPRECATED.
:
: Use CPAN::Meta::Requirements, which is a drop-in replacement.
:
: A Version::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.