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

Last updated: May 18,2024

1. Install "perl-CPAN.noarch" package

Please follow the guidance below to install perl-CPAN.noarch on Rocky Linux 9

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

2. Uninstall "perl-CPAN.noarch" package

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

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

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

Last metadata expiration check: 1:23:23 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-CPAN
Version : 2.29
Release : 3.el9
Architecture : noarch
Size : 556 k
Source : perl-CPAN-2.29-3.el9.src.rpm
Repository : appstream
Summary : Query, download and build perl modules from CPAN sites
URL : https://metacpan.org/release/CPAN
License : GPL+ or Artistic
Description : The CPAN module automates or at least simplifies the make and install of
: perl modules and extensions. It includes some primitive searching
: capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain
: external download clients to fetch distributions from the net.