How to Install and Uninstall libtree-simple-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libtree-simple-perl" package

Here is a brief guide to show you how to install libtree-simple-perl on Ubuntu 21.10 (Impish Indri)

$ 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 21.10 (Impish Indri):

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

3. Information about the libtree-simple-perl package on Ubuntu 21.10 (Impish Indri)

Package: libtree-simple-perl
Architecture: all
Version: 1.34-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 89
Depends: perl:any
Filename: pool/universe/libt/libtree-simple-perl/libtree-simple-perl_1.34-1_all.deb
Size: 35780
MD5sum: d2fbcdce13b931e2bfbafdd426fbfc36
SHA1: b1912b396153686c532ee9021c4e93c955deea76
SHA256: e7efdf0616a7a06f8f76f4f05390dfab2a3c4213fda0667979ca9da8774ab0d1
SHA512: eaba43986a868722148b38b62bf975654aaca09e95989277af6d2eb29b8e30f1d79f76f3b72817409c3531c9e5f4734b4fa91829100d90ffaea18a5a5dc5494f
Homepage: https://metacpan.org/release/Tree-Simple
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