How To Install perl-mro on Fedora 36

In this tutorial we learn how to install perl-mro in Fedora 36. perl-mro is Method resolution order

Introduction

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

What is perl-mro

The “mro” name space provides several utilities for dealing with method resolution order and method caching in general.

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

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

sudo dnf -y install perl-mro

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

sudo yum -y install perl-mro

How To Uninstall perl-mro on Fedora 36

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

sudo dnf remove perl-mro

perl-mro Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/9301a5179cdf787503ccf0c839c603a668247f
/usr/lib64/perl5/auto/mro
/usr/lib64/perl5/auto/mro/mro.so
/usr/lib64/perl5/mro.pm
/usr/share/man/man3/mro.3pm.gz

References

Summary

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