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

Last updated: May 19,2024

1. Install "libtree-simple-visitorfactory-perl" package

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

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

2. Uninstall "libtree-simple-visitorfactory-perl" package

Learn how to uninstall libtree-simple-visitorfactory-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtree-simple-visitorfactory-perl
Priority: optional
Section: universe/perl
Installed-Size: 215
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.12-2
Depends: perl, libtree-simple-perl (>= 1.22)
Filename: pool/universe/libt/libtree-simple-visitorfactory-perl/libtree-simple-visitorfactory-perl_0.12-2_all.deb
Size: 79128
MD5sum: 86cd223832254eb615f0bbd49aa96763
SHA1: 925c6cebb037f27214d18d4e188c080c166e443d
SHA256: c869d9100ad3fd0739f43f5af580de5fd5833a4004fa7de20c2ab1211944d122
Description-en: collection of dispensing visitor objects for Tree::Simple
The Tree::Simple::VisitorFactory module contains a number of visitor objects
which can perform various tasks on Tree::Simple objects.
.
The following visitors are included:
* PathToRoot: find the path back to the tree's root node
* FindByPath: find the node specified by a path
* FindByUID: find the node with the same UID
* FindByNodeValue: find the node with the same node value
* BreadthFirstTraversal: implements a breadth-first traversal
* PostOrderTraversal: implements a post-order traversal
* PreOrderTraversal: implements a pre-order traversal
* LoadDirectoryTree: load a directory tree into a Tree::Simple hierarchy
* CreateDirectoryTree: create a set of directories and files from a
Tree::Simple hierarchy
* FromNestedArray: create a Tree::Simple hierarchy from nested arrays
* ToNestedArray: create a nested array construct from a Tree::Simple hierarchy
* Tree::Simple::Visitor::VariableDepthClone: clone parts of Tree hierarchies
* FromNestedHash: create a Tree::Simple hierarchy from nested hashes
* ToNestedHash: create a nested hash construct from a Tree::Simple hierarchy
* LoadClassHierarchy: create a Tree::Simple hierarchy which models the classes
inheritance heirarchy
* GetAllDescendents: return all the descendents recursively on down the
hierarchy
* Sort: implements a multi-level sort of a Tree::Simple heirarchy
Description-md5: e153e9bb2ca07454e3d31946720728e6
Homepage: https://metacpan.org/release/Tree-Simple-VisitorFactory
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu