How To Install perl-Tree-DAG_Node on Fedora 36

In this tutorial we learn how to install perl-Tree-DAG_Node in Fedora 36. perl-Tree-DAG_Node is Class for representing nodes in a tree

Introduction

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

What is perl-Tree-DAG_Node

This class encapsulates/makes/manipulates objects that represent nodes in a tree structure. The tree structure is not an object itself, but is emergent from the linkages you create between nodes. This class provides the methods for making linkages that can be used to build up a tree, while preventing you from ever making any kinds of linkages that are not allowed in a tree (such as having a node be its own mother or ancestor, or having a node have two mothers).

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

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

sudo dnf -y install perl-Tree-DAG_Node

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

sudo yum -y install perl-Tree-DAG_Node

How To Uninstall perl-Tree-DAG_Node on Fedora 36

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

sudo dnf remove perl-Tree-DAG_Node

perl-Tree-DAG_Node Package Contents on Fedora 36

/usr/share/doc/perl-Tree-DAG_Node
/usr/share/doc/perl-Tree-DAG_Node/Changes
/usr/share/doc/perl-Tree-DAG_Node/README
/usr/share/doc/perl-Tree-DAG_Node/scripts
/usr/share/doc/perl-Tree-DAG_Node/scripts/cut.and.paste.subtrees.pl
/usr/share/doc/perl-Tree-DAG_Node/scripts/read.tree.log
/usr/share/doc/perl-Tree-DAG_Node/scripts/read.tree.pl
/usr/share/doc/perl-Tree-DAG_Node/scripts/write.tree.pl
/usr/share/licenses/perl-Tree-DAG_Node
/usr/share/licenses/perl-Tree-DAG_Node/LICENSE
/usr/share/man/man3/Tree::DAG_Node.3pm.gz
/usr/share/perl5/vendor_perl/Tree
/usr/share/perl5/vendor_perl/Tree/DAG_Node.pm

References

Summary

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