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

Last updated: November 22,2024

1. Install "libxml-libxml-debugging-perl" package

Please follow the steps below to install libxml-libxml-debugging-perl on Kali Linux

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

2. Uninstall "libxml-libxml-debugging-perl" package

Please follow the instructions below to uninstall libxml-libxml-debugging-perl on Kali Linux:

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

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

Package: libxml-libxml-debugging-perl
Version: 0.103-4
Installed-Size: 30
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libhtml-html5-entities-perl, libxml-libxml-perl
Size: 11368
SHA256: ba396ad2d75a8a683a49911a079e752d5c656215a895206035021ae7339cba95
SHA1: d3ee99759d95983db77006fab6ac4496aa627a75
MD5sum: bb12be181cf128985a5d9e12c9befef5
Description: get debugging information from XML::LibXML
XML::LibXML::Debugging is a Perl library which adds a couple of
additional methods to XML::LibXML::Node objects which are mostly aimed
at helping figure out what's going on with the DOM's namespaces and
structure. "toClarkML" produces a string of XML-like markup with
explicit namespaces. The following XML:
.
xmlns:bar="http://example.com/2"
bar:baz="quux" />
.
Might be represented as:
.
<{http://example.com/1}foo
{http://www.w3.org/2000/xmlns/}XMLNS="http://example.com/1"
{http://www.w3.org/2000/xmlns/}bar="http://example.com/2"
{http://example.com/2}baz="quux" />
.
Another method "toDebuggingHash" returns a hashref suitable for dumping
using Data::Dumper.
Description-md5:
Homepage: https://metacpan.org/release/XML-LibXML-Debugging
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-libxml-debugging-perl/libxml-libxml-debugging-perl_0.103-4_all.deb