How to Install and Uninstall perl-CPAN.src Package on Oracle Linux 8

Last updated: May 10,2024

1. Install "perl-CPAN.src" package

This is a short guide on how to install perl-CPAN.src on Oracle Linux 8

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

2. Uninstall "perl-CPAN.src" package

Please follow the guidelines below to uninstall perl-CPAN.src on Oracle Linux 8:

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

3. Information about the perl-CPAN.src package on Oracle Linux 8

Last metadata expiration check: 6:41:36 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-CPAN
Version : 2.28
Release : 5.module+el8.6.0+20545+312b6629
Architecture : src
Size : 864 k
Source : None
Repository : ol8_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.