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

Last updated: May 18,2024

1. Install "libxml-smart-perl" package

Please follow the guidance below to install libxml-smart-perl on Kali Linux

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

2. Uninstall "libxml-smart-perl" package

This tutorial shows how to uninstall libxml-smart-perl on Kali Linux:

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

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

Package: libxml-smart-perl
Version: 1.78-4
Installed-Size: 242
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libobject-multitype-perl
Size: 72324
SHA256: b9f7333ec07054dc14e89eb41958ae7c5df5b31f2cf534a554be695f0b14ea2a
SHA1: a3ade2ae5b24dcd605ec96f6493596db2663a528
MD5sum: 00d7080465c5b07af06699124e72fd76
Description: Perl module for access to parsed XML trees
With the XML::Smart module, nodes in an XML tree made with XML::LibXML can
be accessed equally conveniently with the Perl syntax for hashes and arrays.
It also provides convenience features such as searching for nodes by
attribute, selection of an attribute value in each of multiple nodes,
change the format of returned data, and so forth.
.
The module also professes to automatically handle binary data
(encoding/decoding to/from base64), CDATA sections (used for text
content with unbalanced and so forth), and Unicode. It can be
used to create XML files and load XML from the Web (just pasting an URL
as a file path). It also provides an easy way to send XML data through
sockets, adding the length of the data in the header.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/XML-Smart
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-smart-perl/libxml-smart-perl_1.78-4_all.deb