How to Install and Uninstall libxml-libxml-debugging-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

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

Here is a brief guide to show you how to install libxml-libxml-debugging-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

In this section, we are going to explain the necessary steps to uninstall libxml-libxml-debugging-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libxml-libxml-debugging-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libxml-libxml-debugging-perl
Priority: optional
Section: universe/perl
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.103-2
Depends: perl, libhtml-html5-entities-perl, libxml-libxml-perl
Filename: pool/universe/libx/libxml-libxml-debugging-perl/libxml-libxml-debugging-perl_0.103-2_all.deb
Size: 8782
MD5sum: 9a1f270d37ab004d4dd394a91d71d42c
SHA1: a9c6013fe8f194ad3f8c7d508e25e283e0fd5742
SHA256: 4d4bbbc090d63c3e61e36fc111cf1cc207f2b4227be9e5eadd66c9e96749cd9b
Description-en: 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: 2bc23ff4d4a4dc20f33d7f210ca2fd3a
Homepage: https://metacpan.org/release/XML-LibXML-Debugging
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu