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

Last updated: October 06,2024

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

This tutorial shows how to install perl-Tree-DAG_Node.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 1:43:34 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Tree-DAG_Node
Version : 1.32
Release : 1.fc34
Architecture : noarch
Size : 73 k
Source : perl-Tree-DAG_Node-1.32-1.fc34.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).