How to Install and Uninstall perl-CPAN-Meta-Requirements.src Package on Oracle Linux 9

Last updated: July 02,2024

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

This is a short guide on how to install perl-CPAN-Meta-Requirements.src on Oracle Linux 9

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

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

Please follow the steps below to uninstall perl-CPAN-Meta-Requirements.src on Oracle Linux 9:

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

3. Information about the perl-CPAN-Meta-Requirements.src package on Oracle Linux 9

Last metadata expiration check: 1:27:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-CPAN-Meta-Requirements
Version : 2.140
Release : 461.el9
Architecture : src
Size : 43 k
Source : None
Repository : ol9_appstream
Summary : Set of version requirements for a CPAN dist
URL : https://metacpan.org/release/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.