How to Install and Uninstall perl-CPAN-Meta.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

Please follow the instructions below to install perl-CPAN-Meta.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall perl-CPAN-Meta.noarch on Rocky Linux 8:

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

3. Information about the perl-CPAN-Meta.noarch package on Rocky Linux 8

Last metadata expiration check: 1:39:38 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-CPAN-Meta
Version : 2.150010
Release : 396.el8
Architecture : noarch
Size : 190 k
Source : perl-CPAN-Meta-2.150010-396.el8.src.rpm
Repository : appstream
Summary : Distribution metadata for a CPAN dist
URL : http://search.cpan.org/dist/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.