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

Last updated: September 20,2024

1. Install "perl-CPAN.noarch" package

This tutorial shows how to install perl-CPAN.noarch on Fedora 34

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

2. Uninstall "perl-CPAN.noarch" package

This guide covers the steps necessary to uninstall perl-CPAN.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:34:22 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-CPAN
Version : 2.29
Release : 1.fc34
Architecture : noarch
Size : 557 k
Source : perl-CPAN-2.29-1.fc34.src.rpm
Repository : updates
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.