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

Last updated: May 19,2024

1. Install "libxml-descent-perl" package

Please follow the guidelines below to install libxml-descent-perl on Kali Linux

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

2. Uninstall "libxml-descent-perl" package

This guide let you learn how to uninstall libxml-descent-perl on Kali Linux:

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

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

Package: libxml-descent-perl
Version: 1.04-6
Installed-Size: 38
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libxml-tokeparser-perl
Size: 15264
SHA256: 4a46aec0fed4361ce3c33ae912086248527789ba5204de2dceedf901bfb421af
SHA1: 337f8ccc924bea27ae6544cd7a877c1a67c5affa
MD5sum: bab5c59a2996d26667d2290360050d41
Description: Perl module for recursive descent XML parsing
The conventional models for parsing XML are either DOM (a data structure
representing the entire document tree is created) or SAX (callbacks are
issued for each element in the XML).
.
XML grammar is recursive - so it's nice to be able to write recursive parsers
for it. XML::Descent allows such parsers to be created.
Description-md5:
Homepage: https://metacpan.org/release/XML-Descent
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-descent-perl/libxml-descent-perl_1.04-6_all.deb