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

Last updated: October 07,2024

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

Please follow the steps below to install perl-CPAN-DistnameInfo.src on Oracle Linux 9

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

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

Please follow the steps below to uninstall perl-CPAN-DistnameInfo.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:17:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-CPAN-DistnameInfo
Version : 0.12
Release : 23.el9
Architecture : src
Size : 26 k
Source : None
Repository : ol9_appstream
Summary : Extract distribution name and version from a distribution filename
URL : https://metacpan.org/release/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.