How to Install and Uninstall perl-Tree-DAG_Node.noarch Package on Fedora 35

Last updated: May 13,2024

1. Install "perl-Tree-DAG_Node.noarch" package

Please follow the step by step instructions below to install perl-Tree-DAG_Node.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Tree-DAG_Node.noarch

2. Uninstall "perl-Tree-DAG_Node.noarch" package

This guide covers the steps necessary to uninstall perl-Tree-DAG_Node.noarch on Fedora 35:

$ sudo dnf remove perl-Tree-DAG_Node.noarch $ sudo dnf autoremove

3. Information about the perl-Tree-DAG_Node.noarch package on Fedora 35

Last metadata expiration check: 2:16:04 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Tree-DAG_Node
Version : 1.32
Release : 3.fc35
Architecture : noarch
Size : 72 k
Source : perl-Tree-DAG_Node-1.32-3.fc35.src.rpm
Repository : fedora
Summary : Class for representing nodes in a tree
URL : https://metacpan.org/release/Tree-DAG_Node
License : GPL+ or Artistic
Description : 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).