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

Last updated: January 16,2025

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

In this section, we are going to explain the necessary steps to install perl-Tree-DAG_Node.noarch on Fedora 39

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

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

Please follow the instructions below to uninstall perl-Tree-DAG_Node.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:41:59 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Tree-DAG_Node
Version : 1.32
Release : 8.fc39
Architecture : noarch
Size : 71 k
Source : perl-Tree-DAG_Node-1.32-8.fc39.src.rpm
Repository : fedora
Summary : Class for representing nodes in a tree
URL : https://metacpan.org/release/Tree-DAG_Node
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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).