How to Install and Uninstall perl-Parse-Distname.noarch Package on Rocky Linux 8

Last updated: May 14,2024

1. Install "perl-Parse-Distname.noarch" package

This guide let you learn how to install perl-Parse-Distname.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Parse-Distname.noarch

2. Uninstall "perl-Parse-Distname.noarch" package

This is a short guide on how to uninstall perl-Parse-Distname.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Parse-Distname.noarch $ sudo dnf autoremove

3. Information about the perl-Parse-Distname.noarch package on Rocky Linux 8

Last metadata expiration check: 0:40:58 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Parse-Distname
Version : 0.05
Release : 2.el8
Architecture : noarch
Size : 22 k
Source : perl-Parse-Distname-0.05-2.el8.src.rpm
Repository : epel
Summary : Parse a distribution name
URL : https://metacpan.org/dist/Parse-Distname
License : GPL+ or Artistic
Description : Parse::Distname is yet another distribution name parser. It works almost the
: same as CPAN::DistnameInfo, but Parse::Distname takes a different approach. It
: tries to extract the version part of a distribution and treat the rest as a
: distribution name, contrary to CPAN::DistnameInfo which tries to define a name
: part and treat the rest as a version.
:
: Because of this difference, when Parse::Distname parses a weird distribution
: name such as "AUTHOR/v1.0.tar.gz", it says the name is empty and the version
: is "v1.0", while CPAN::DistnameInfo says the name is "v" and the version is
: "1.0". See test files in this distribution if you need more details. As of this
: writing, Parse::Distname returns a different result for about 200+
: distributions among about 320000 BackPan distributions.