How to Install and Uninstall libxml-twig-perl Package on Kali Linux

Last updated: May 14,2024

1. Install "libxml-twig-perl" package

This is a short guide on how to install libxml-twig-perl on Kali Linux

$ sudo apt update $ sudo apt install libxml-twig-perl

2. Uninstall "libxml-twig-perl" package

In this section, we are going to explain the necessary steps to uninstall libxml-twig-perl on Kali Linux:

$ sudo apt remove libxml-twig-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxml-twig-perl package on Kali Linux

Package: libxml-twig-perl
Version: 1:3.52-2
Installed-Size: 574
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libxml-parser-perl
Recommends: libhtml-parser-perl, libtext-iconv-perl, libtie-ixhash-perl, libwww-perl, libxml-xpathengine-perl | libxml-xpath-perl
Suggests: libunicode-map8-perl, libunicode-string-perl, xml-twig-tools
Size: 180600
SHA256: ac764297bd6d22ea63abcf4eb63b942a7c488e17cf68f2336d00dae55656b721
SHA1: 576a8bb5bda1fbd9dfe793f1c43853ad5d30dc93
MD5sum: 44ff415ad1d9e2dd4744e4b6377766a0
Description: Perl module for processing huge XML documents in tree mode
The XML::Twig module provides a way to process XML documents. It is built on
top of XML::Parser.
.
The module offers a tree interface to the document, while allowing to
output the parts of it that have been completely processed.
.
It allows minimal resource (CPU and memory) usage by building the
tree only for the parts of the documents that need actual processing,
through the use of the twig_roots and twig_print_outside_roots
options. The finish and finish_print methods also help to increase
performance.
.
XML::Twig tries to make simple things easy so it tries its best to
takes care of a lot of the (usually) annoying (but sometimes
necessary) features that come with XML and XML::Parser.
Description-md5:
Homepage: https://metacpan.org/release/XML-Twig
Tag: devel::lang:perl, devel::library, implemented-in::perl,
works-with-format::xml
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-twig-perl/libxml-twig-perl_3.52-2_all.deb