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

Last updated: May 17,2024

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

In this section, we are going to explain the necessary steps to install libxml-libxml-debugging-perl on Ubuntu 21.10 (Impish Indri)

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

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

Learn how to uninstall libxml-libxml-debugging-perl on Ubuntu 21.10 (Impish Indri):

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

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

Package: libxml-libxml-debugging-perl
Architecture: all
Version: 0.103-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 34
Depends: perl:any, libhtml-html5-entities-perl, libxml-libxml-perl
Filename: pool/universe/libx/libxml-libxml-debugging-perl/libxml-libxml-debugging-perl_0.103-2.1_all.deb
Size: 8352
MD5sum: 2dfe6e81deac20c475ae463db7a45601
SHA1: 5a14fb3b899012d836742797cbbc398eebe4e694
SHA256: 96b26431f8126f79b7dfd9038ecce35d23054871dc12b926f1b19cf27a56c5f1
SHA512: ac1cf918e24a567f57c1e42160047a25fedb0814e9bef546d038aa3851fa209792958a983f878c47d315174437bc39b0a6ebbb1f30d450e6f8f6a88702f901ac
Homepage: https://metacpan.org/release/XML-LibXML-Debugging
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