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

Last updated: May 17,2024

1. Install "libxml-struct-perl" package

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

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

2. Uninstall "libxml-struct-perl" package

This guide let you learn how to uninstall libxml-struct-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libxml-struct-perl
Priority: optional
Section: universe/perl
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.26-1
Depends: perl, libmoo-perl (>= 1), libxml-libxml-perl
Filename: pool/universe/libx/libxml-struct-perl/libxml-struct-perl_0.26-1_all.deb
Size: 32402
MD5sum: 3b32ab114646123816c4a34059aa138a
SHA1: 3b31bb59197d22daa5eeae6a7bcba3ce93eb5325
SHA256: fc7efab9d090d8550f68e0a4da4504f643d9921c5f7fd854b84eff27a407c69a
Description-en: represent XML as data structure preserving element order
XML::Struct implements a mapping between XML and Perl data structures.
By default, the mapping preserves element order, so it also suits for
"document-oriented" XML. In short, an XML element is represented as
array reference with three parts:
.
[ $name => \%attributes, \@children ]
.
This data structure corresponds to the abstract data model of
MicroXML , a simplified subset
of XML.
.
If your XML documents don't contain relevant attributes, you can also
choose to map to this format:
.
[ $name => \@children ]
.
Both parsing (with XML::Struct::Reader or function readXML) and
serializing (with XML::Struct::Writer or function writeXML) are fully
based on XML::LibXML, so performance is better than XML::Simple and
similar to XML::LibXML::Simple.
Description-md5: 69aa802c87d461d00e40e4066d2f5045
Enhances: libcatmandu-perl
Homepage: https://github.com/nichtich/XML-Struct
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu