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

Last updated: June 28,2024

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

Please follow the steps below to install perl-CPAN-Meta.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the step by step instructions below to uninstall perl-CPAN-Meta.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:18:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-CPAN-Meta
Version : 2.150010
Release : 460.el9
Architecture : noarch
Size : 206 k
Source : perl-CPAN-Meta-2.150010-460.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Distribution metadata for a CPAN dist
URL : https://metacpan.org/release/CPAN-Meta
License : GPL+ or Artistic
Description : Software distributions released to the CPAN include a META.json or, for older
: distributions, META.yml, which describes the distribution, its contents, and
: the requirements for building and installing the distribution. The data
: structure stored in the META.json file is described in CPAN::Meta::Spec.