How to Install and Uninstall perl-CPAN-DistnameInfo.noarch Package on CentOS 8 / RHEL 8

Last updated: May 15,2024

1. Install "perl-CPAN-DistnameInfo.noarch" package

Please follow the steps below to install perl-CPAN-DistnameInfo.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "perl-CPAN-DistnameInfo.noarch" package

Here is a brief guide to show you how to uninstall perl-CPAN-DistnameInfo.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-CPAN-DistnameInfo.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:31:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-CPAN-DistnameInfo
Version : 0.12
Release : 13.module_el8.3.0+445+46ff4549
Architecture : noarch
Size : 19 k
Source : perl-CPAN-DistnameInfo-0.12-13.module_el8.3.0+445+46ff4549.src.rpm
Repository : appstream
Summary : Extract distribution name and version from a distribution filename
URL : http://search.cpan.org/dist/CPAN-DistnameInfo/
License : GPL+ or Artistic
Description : Many online services that are centered around CPAN attempt to
: associate multiple uploads by extracting a distribution name from the
: filename of the upload. For most distributions this is easy as they
: have used ExtUtils::MakeMaker or Module::Build to create the
: distribution, which results in a uniform name. But sadly not all
: uploads are created in this way.
:
: CPAN::DistnameInfo uses heuristics that have been learnt by
: http://search.cpan.org/ to extract the distribution name and version
: from filenames and also report if the version is to be treated as a
: developer release.