How to Install and Uninstall perl-CPAN-Meta-Requirements.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

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

Here is a brief guide to show you how to install perl-CPAN-Meta-Requirements.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-CPAN-Meta-Requirements.noarch

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

Here is a brief guide to show you how to uninstall perl-CPAN-Meta-Requirements.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-CPAN-Meta-Requirements.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:40:38 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-CPAN-Meta-Requirements
Version : 2.140
Release : 396.el8
Architecture : noarch
Size : 37 k
Source : perl-CPAN-Meta-Requirements-2.140-396.el8.src.rpm
Repository : ubi-8-appstream-rpms
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.
:
: Logically impossible constraints will be identified immediately by thrown
: exceptions.