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

Last updated: May 21,2024

1. Install "libxml-smart-perl" package

This tutorial shows how to install libxml-smart-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libxml-smart-perl" package

Please follow the step by step instructions below to uninstall libxml-smart-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libxml-smart-perl
Priority: optional
Section: universe/perl
Installed-Size: 264
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.78-2
Depends: perl, libobject-multitype-perl
Filename: pool/universe/libx/libxml-smart-perl/libxml-smart-perl_1.78-2_all.deb
Size: 73254
MD5sum: 6701cb4ba56ba97c9a3f1b85db1162ec
SHA1: 8532daf1a164c1c1f412b3502eb9e637d71e1851
SHA256: 1928cca4f2d2f1862508dafd2a91bf817cc0d8ea13f784faf346225d2a159f78
Description-en: 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: 0b8550fa7fbde3fc8f7921af6d5b858d
Homepage: https://metacpan.org/release/XML-Smart
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu