How to Install and Uninstall libtree-simple-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libtree-simple-perl" package

This guide covers the steps necessary to install libtree-simple-perl on Kali Linux

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

2. Uninstall "libtree-simple-perl" package

Please follow the guidelines below to uninstall libtree-simple-perl on Kali Linux:

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

3. Information about the libtree-simple-perl package on Kali Linux

Package: libtree-simple-perl
Version: 1.34-2
Installed-Size: 92
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 40112
SHA256: 538e83cf3f2e4b243b4ba0bb1c7dbe724c66e40cc720eadd6b32fc5fb0b05a29
SHA1: 9b001efd30a14417dae40823cfba217523bf5198
MD5sum: b035e0887e85a7c072584bec8d4de69a
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Tree-Simple
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libt/libtree-simple-perl/libtree-simple-perl_1.34-2_all.deb