How to Install and Uninstall perl-CPAN-Meta.noarch Package on Fedora 36

Last updated: July 05,2024

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

Here is a brief guide to show you how to install perl-CPAN-Meta.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall perl-CPAN-Meta.noarch on Fedora 36:

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

3. Information about the perl-CPAN-Meta.noarch package on Fedora 36

Last metadata expiration check: 1:14:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-CPAN-Meta
Version : 2.150010
Release : 479.fc36
Architecture : noarch
Size : 176 k
Source : perl-CPAN-Meta-2.150010-479.fc36.src.rpm
Repository : fedora
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.