How To Install perl-Menlo-Legacy on Fedora 36

In this tutorial we learn how to install perl-Menlo-Legacy in Fedora 36. perl-Menlo-Legacy is Legacy internal and client support for Menlo

Introduction

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

What is perl-Menlo-Legacy

Menlo compatibility library that implements the classic version of cpanminus internals and behavios. This is so that existing users of cpanm and API clients such as Carton, Carmel and App features and specific behaviors of cpanm.

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

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

sudo dnf -y install perl-Menlo-Legacy

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

sudo yum -y install perl-Menlo-Legacy

How To Uninstall perl-Menlo-Legacy on Fedora 36

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

sudo dnf remove perl-Menlo-Legacy

perl-Menlo-Legacy Package Contents on Fedora 36

/usr/share/doc/perl-Menlo-Legacy
/usr/share/doc/perl-Menlo-Legacy/Changes
/usr/share/doc/perl-Menlo-Legacy/README
/usr/share/licenses/perl-Menlo-Legacy
/usr/share/licenses/perl-Menlo-Legacy/LICENSE
/usr/share/man/man3/Menlo::CLI::Compat.3pm.gz
/usr/share/man/man3/Menlo::Legacy.3pm.gz
/usr/share/perl5/vendor_perl/Menlo
/usr/share/perl5/vendor_perl/Menlo/CLI
/usr/share/perl5/vendor_perl/Menlo/CLI/Compat.pm
/usr/share/perl5/vendor_perl/Menlo/Legacy.pm

References

Summary

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