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

Last updated: May 17,2024

1. Install "libtree-simple-perl" package

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

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

2. Uninstall "libtree-simple-perl" package

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

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

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

Package: libtree-simple-perl
Priority: optional
Section: universe/perl
Installed-Size: 86
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.26-1
Depends: perl
Filename: pool/universe/libt/libtree-simple-perl/libtree-simple-perl_1.26-1_all.deb
Size: 36124
MD5sum: 63c961aaed1102eb13397b0f50e45eca
SHA1: de091f1fc0777a4713bd283378664459eec65d18
SHA256: 32d1b4c4de7270106e2023731c1a353b33ebc76f274bc6f117a90e2d739ae3f1
Description-en: implementation of a simple tree object
Tree::Simple is a fully object-oriented implementation of a simple
n-ary tree. It is built upon the concept of parent-child
relationships, so therefore every Tree::Simple object has both a
parent and a set of children (who themselves may have children, and so
on). Every Tree::Simple object also has siblings, as they are just the
children of their immediate parent.
.
It can be used to model hierarchal information such as a file-system,
the organizational structure of a company, an object inheritance
hierarchy, versioned files from a version control system or even an
abstract syntax tree for use in a parser. It makes no assumptions as
to your intended usage, but instead simply provides the structure and
means of accessing and traversing said structure.
.
This module uses exceptions and a minimal Design By Contract
style. All method arguments are required unless specified in the
documentation, if a required argument is not defined an exception will
usually be thrown. Many arguments are also required to be of a
specific type, for instance the $parent argument to the constructor
must be a Tree::Simple object or an object derived from Tree::Simple,
otherwise an exception is thrown.
Description-md5: 63a6bc9ebc72956f48cd0a3f4edce0bc
Homepage: https://metacpan.org/release/Tree-Simple
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu