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

Last updated: January 10,2025

1. Install "perl-CPAN.src" package

This guide covers the steps necessary to install perl-CPAN.src on Oracle Linux 9

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

2. Uninstall "perl-CPAN.src" package

This tutorial shows how to uninstall perl-CPAN.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:13:50 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-CPAN
Version : 2.29
Release : 3.el9
Architecture : src
Size : 897 k
Source : None
Repository : ol9_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.