How to Install and Uninstall libxml-descent-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "libxml-descent-perl" package

Please follow the guidelines below to install libxml-descent-perl on Ubuntu 21.10 (Impish Indri)

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

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

3. Information about the libxml-descent-perl package on Ubuntu 21.10 (Impish Indri)

Package: libxml-descent-perl
Architecture: all
Version: 1.04-5
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 37
Depends: perl:any, libxml-tokeparser-perl
Filename: pool/universe/libx/libxml-descent-perl/libxml-descent-perl_1.04-5_all.deb
Size: 14948
MD5sum: a179e4734e7cf165c9fccdfd85dd8c91
SHA1: 45efaf6b306fd3e588e54cb51f8c675713c159a7
SHA256: f934d12fa765850497ff3ebae99711fdc5d9d3e2ab64f1a0dcbc6c6ef719ed8d
SHA512: 552b7b8027ff55073124e42d814d800ff7dc6c5673e7bbadf52e8ec12396f6f63d4988d8135bd79deb92c51a5d0472f0dc641e51cbea1b9b480b07dd497c7e21
Homepage: https://metacpan.org/release/XML-Descent
Description-en: 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: 7ddb76cce92c3166ab292314e2d63a84