How To Install perl-CPAN-ParseDistribution on Fedora 36

In this tutorial we learn how to install perl-CPAN-ParseDistribution in Fedora 36. perl-CPAN-ParseDistribution is Index a file from the BackPAN

Introduction

In this tutorial we learn how to install perl-CPAN-ParseDistribution on Fedora 36.

What is perl-CPAN-ParseDistribution

Given a file from the BackPAN, this will let you find out what versions of what modules it contains, the distribution name and version.

We can use yum or dnf to install perl-CPAN-ParseDistribution on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-CPAN-ParseDistribution.

Install perl-CPAN-ParseDistribution on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-CPAN-ParseDistribution using dnf by running the following command:

sudo dnf -y install perl-CPAN-ParseDistribution

Install perl-CPAN-ParseDistribution on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-CPAN-ParseDistribution using yum by running the following command:

sudo yum -y install perl-CPAN-ParseDistribution

How To Uninstall perl-CPAN-ParseDistribution on Fedora 36

To uninstall only the perl-CPAN-ParseDistribution package we can use the following command:

sudo dnf remove perl-CPAN-ParseDistribution

perl-CPAN-ParseDistribution Package Contents on Fedora 36

/usr/bin/dumpcpandist
/usr/share/doc/perl-CPAN-ParseDistribution
/usr/share/doc/perl-CPAN-ParseDistribution/CHANGELOG
/usr/share/doc/perl-CPAN-ParseDistribution/README
/usr/share/doc/perl-CPAN-ParseDistribution/TODO
/usr/share/licenses/perl-CPAN-ParseDistribution
/usr/share/licenses/perl-CPAN-ParseDistribution/ARTISTIC.txt
/usr/share/licenses/perl-CPAN-ParseDistribution/GPL2.txt
/usr/share/man/man1/dumpcpandist.1.gz
/usr/share/man/man3/CPAN::ParseDistribution.3pm.gz
/usr/share/man/man3/CPAN::ParseDistribution::Unix.3pm.gz
/usr/share/perl5/vendor_perl/CPAN
/usr/share/perl5/vendor_perl/CPAN/ParseDistribution
/usr/share/perl5/vendor_perl/CPAN/ParseDistribution.pm
/usr/share/perl5/vendor_perl/CPAN/ParseDistribution/Unix.pm

References

Summary

In this tutorial we learn how to install perl-CPAN-ParseDistribution on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).