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

Last updated: September 20,2024

1. Install "perl-CPAN.noarch" package

This is a short guide on how to install perl-CPAN.noarch on Rocky Linux 8

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

2. Uninstall "perl-CPAN.noarch" package

Please follow the steps below to uninstall perl-CPAN.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:08:10 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-CPAN
Version : 2.18
Release : 397.el8
Architecture : noarch
Size : 553 k
Source : perl-CPAN-2.18-397.el8.src.rpm
Repository : appstream
Summary : Query, download and build perl modules from CPAN sites
URL : http://search.cpan.org/dist/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.