How To Install perl-Module-Math-Depends on Fedora 36

In this tutorial we learn how to install perl-Module-Math-Depends in Fedora 36. perl-Module-Math-Depends is Convenience object for manipulating module dependencies

Introduction

In this tutorial we learn how to install perl-Module-Math-Depends on Fedora 36.

What is perl-Module-Math-Depends

This is a small convenience module created originally as part of Module find it useful in other contexts.

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

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

sudo dnf -y install perl-Module-Math-Depends

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

sudo yum -y install perl-Module-Math-Depends

How To Uninstall perl-Module-Math-Depends on Fedora 36

To uninstall only the perl-Module-Math-Depends package we can use the following command:

sudo dnf remove perl-Module-Math-Depends

perl-Module-Math-Depends Package Contents on Fedora 36

/usr/share/doc/perl-Module-Math-Depends
/usr/share/doc/perl-Module-Math-Depends/Changes
/usr/share/doc/perl-Module-Math-Depends/README
/usr/share/licenses/perl-Module-Math-Depends
/usr/share/licenses/perl-Module-Math-Depends/LICENSE
/usr/share/man/man3/Module::Math::Depends.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Math
/usr/share/perl5/vendor_perl/Module/Math/Depends.pm

References

Summary

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