How to Install and Uninstall perl-Tree-DAG_Node Package on openSUSE Leap

Last updated: July 08,2024

1. Install "perl-Tree-DAG_Node" package

In this section, we are going to explain the necessary steps to install perl-Tree-DAG_Node on openSUSE Leap

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

2. Uninstall "perl-Tree-DAG_Node" package

Here is a brief guide to show you how to uninstall perl-Tree-DAG_Node on openSUSE Leap:

$ sudo zypper remove perl-Tree-DAG_Node

3. Information about the perl-Tree-DAG_Node package on openSUSE Leap

Information for package perl-Tree-DAG_Node:
-------------------------------------------
Repository : Main Repository
Name : perl-Tree-DAG_Node
Version : 1.32-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 150.9 KiB
Installed : No
Status : not installed
Source package : perl-Tree-DAG_Node-1.32-bp155.2.9.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).