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

Last updated: October 05,2024

1. Install "libxml-parser-perl" package

This tutorial shows how to install libxml-parser-perl on Kali Linux

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

2. Uninstall "libxml-parser-perl" package

Please follow the guidance below to uninstall libxml-parser-perl on Kali Linux:

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

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

Package: libxml-parser-perl
Source: libxml-parser-perl (2.47-1)
Version: 2.47-1+b1
Installed-Size: 685
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.14), libexpat1 (>= 2.0.1), liburi-perl, libwww-perl
Size: 198528
SHA256: af60a3dc15f2dc2deb845e08602fa33dc28746994ee6aa0f05477d8a03cb0c14
SHA1: 383369b77771d9cb3e944efa6002320cce8b694d
MD5sum: 111e9b802e73c3fb7950876450690b76
Description: Perl module for parsing XML files
The XML::Parser module provides ways to parse XML documents. It is built on
top of XML::Parser::Expat, which is a lower level interface to James Clark's
expat library. Each call to one of the parsing methods creates a new instance
of XML::Parser::Expat which is then used to parse the document. Expat options
may be provided when the XML::Parser object is created. These options are
then passed on to the Expat object on each parse call. They can also be given
as extra arguments to the parse methods, in which case they override options
given at XML::Parser creation time.
.
The behavior of the parser is controlled either by Style and/or Handlers
options, or by setHandlers method. These all provide mechanisms for
XML::Parser to set the handlers needed by XML::Parser::Expat. If neither
Style nor Handlers are specified, then parsing just checks the document for
being well-formed.
.
When underlying handlers get called, they receive as their first parameter
the Expat object, not the Parser object.
Description-md5:
Homepage: https://metacpan.org/release/XML-Parser
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, works-with-format::xml
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-parser-perl/libxml-parser-perl_2.47-1+b1_amd64.deb