How To Install perl-Menlo on Fedora 36

In this tutorial we learn how to install perl-Menlo in Fedora 36. perl-Menlo is A CPAN client

Introduction

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

What is perl-Menlo

Menlo is a code name for cpanm 2.0, developed with the goal to replace cpanm and its back-end with a more flexible, extensible and easier to use APIs.

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

Install perl-Menlo 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-Menlo using dnf by running the following command:

sudo dnf -y install perl-Menlo

Install perl-Menlo 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-Menlo using yum by running the following command:

sudo yum -y install perl-Menlo

How To Uninstall perl-Menlo on Fedora 36

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

sudo dnf remove perl-Menlo

perl-Menlo Package Contents on Fedora 36

/usr/share/doc/perl-Menlo
/usr/share/doc/perl-Menlo/Changes
/usr/share/doc/perl-Menlo/README
/usr/share/licenses/perl-Menlo
/usr/share/licenses/perl-Menlo/LICENSE
/usr/share/man/man3/Menlo.3pm.gz
/usr/share/man/man3/Menlo::Builder::Static.3pm.gz
/usr/share/man/man3/Menlo::Index::MetaCPAN.3pm.gz
/usr/share/man/man3/Menlo::Index::MetaDB.3pm.gz
/usr/share/perl5/vendor_perl/Menlo
/usr/share/perl5/vendor_perl/Menlo.pm
/usr/share/perl5/vendor_perl/Menlo/Builder
/usr/share/perl5/vendor_perl/Menlo/Builder/Static.pm
/usr/share/perl5/vendor_perl/Menlo/Dependency.pm
/usr/share/perl5/vendor_perl/Menlo/Index
/usr/share/perl5/vendor_perl/Menlo/Index/MetaCPAN.pm
/usr/share/perl5/vendor_perl/Menlo/Index/MetaDB.pm
/usr/share/perl5/vendor_perl/Menlo/Index/Mirror.pm
/usr/share/perl5/vendor_perl/Menlo/Util.pm

References

Summary

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