How to Install and Uninstall perl-Tree-DAG_Node Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "perl-Tree-DAG_Node" package

This guide covers the steps necessary to install perl-Tree-DAG_Node on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Tree-DAG_Node

2. Uninstall "perl-Tree-DAG_Node" package

In this section, we are going to explain the necessary steps to uninstall perl-Tree-DAG_Node on openSuSE Tumbleweed:

$ sudo zypper remove perl-Tree-DAG_Node

3. Information about the perl-Tree-DAG_Node package on openSuSE Tumbleweed

Information for package perl-Tree-DAG_Node:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Tree-DAG_Node
Version : 1.32-1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 150.4 KiB
Installed : No
Status : not installed
Source package : perl-Tree-DAG_Node-1.32-1.15.src
Upstream URL : https://metacpan.org/release/Tree-DAG_Node
Summary : An N-ary tree
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 which are not allowed in a tree
(such as having a node be its own mother or ancestor, or having a node have
two mothers).