How To Install perl-Algorithm-Dependency on Fedora 36

In this tutorial we learn how to install perl-Algorithm-Dependency in Fedora 36. perl-Algorithm-Dependency is Algorithmic framework for implementing dependency trees

Introduction

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

What is perl-Algorithm-Dependency

Algorithm dependency hierarchies, where you have a set of items that rely on other items in the set, and require actions on them as well.

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

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

sudo dnf -y install perl-Algorithm-Dependency

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

sudo yum -y install perl-Algorithm-Dependency

How To Uninstall perl-Algorithm-Dependency on Fedora 36

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

sudo dnf remove perl-Algorithm-Dependency

perl-Algorithm-Dependency Package Contents on Fedora 36

/usr/share/doc/perl-Algorithm-Dependency
/usr/share/doc/perl-Algorithm-Dependency/Changes
/usr/share/licenses/perl-Algorithm-Dependency
/usr/share/licenses/perl-Algorithm-Dependency/LICENSE
/usr/share/man/man3/Algorithm::Dependency.3pm.gz
/usr/share/man/man3/Algorithm::Dependency::Item.3pm.gz
/usr/share/man/man3/Algorithm::Dependency::Ordered.3pm.gz
/usr/share/man/man3/Algorithm::Dependency::Source.3pm.gz
/usr/share/man/man3/Algorithm::Dependency::Source::File.3pm.gz
/usr/share/man/man3/Algorithm::Dependency::Source::HoA.3pm.gz
/usr/share/man/man3/Algorithm::Dependency::Source::Invert.3pm.gz
/usr/share/man/man3/Algorithm::Dependency::Weight.3pm.gz
/usr/share/perl5/vendor_perl/Algorithm
/usr/share/perl5/vendor_perl/Algorithm/Dependency
/usr/share/perl5/vendor_perl/Algorithm/Dependency.pm
/usr/share/perl5/vendor_perl/Algorithm/Dependency/Item.pm
/usr/share/perl5/vendor_perl/Algorithm/Dependency/Ordered.pm
/usr/share/perl5/vendor_perl/Algorithm/Dependency/Source
/usr/share/perl5/vendor_perl/Algorithm/Dependency/Source.pm
/usr/share/perl5/vendor_perl/Algorithm/Dependency/Source/File.pm
/usr/share/perl5/vendor_perl/Algorithm/Dependency/Source/HoA.pm
/usr/share/perl5/vendor_perl/Algorithm/Dependency/Source/Invert.pm
/usr/share/perl5/vendor_perl/Algorithm/Dependency/Weight.pm

References

Summary

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