How to Install and Uninstall libtree-dagnode-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libtree-dagnode-perl" package

This guide covers the steps necessary to install libtree-dagnode-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtree-dagnode-perl

2. Uninstall "libtree-dagnode-perl" package

In this section, we are going to explain the necessary steps to uninstall libtree-dagnode-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libtree-dagnode-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtree-dagnode-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libtree-dagnode-perl
Priority: optional
Section: universe/perl
Installed-Size: 140
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.27-1
Depends: perl, libfile-slurp-tiny-perl
Filename: pool/universe/libt/libtree-dagnode-perl/libtree-dagnode-perl_1.27-1_all.deb
Size: 54852
MD5sum: 7e95bbf88aa6cc0178febc8e0f7a039b
SHA1: 33243cb6ea81f7bf069d4dfc85a69dda21ee9e64
SHA256: 396640321ef44d7ad2de548d7ba4727d1771a75a5249daf31adfcf258da81b08
Description-en: Perl (super)class for representing nodes in a tree
Tree::DAG_Node is a (super)class for representing nodes in a tree.
.
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).
Description-md5: ad34734ff2b960a0ef7c58c459cee35c
Homepage: https://metacpan.org/release/Tree-DAG_Node
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu