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

Last updated: May 20,2024

1. Install "libxml-bare-perl" package

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

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

2. Uninstall "libxml-bare-perl" package

Please follow the guidelines below to uninstall libxml-bare-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libxml-bare-perl
Priority: optional
Section: universe/perl
Installed-Size: 108
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.53-1build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.4)
Filename: pool/universe/libx/libxml-bare-perl/libxml-bare-perl_0.53-1build2_amd64.deb
Size: 36992
MD5sum: 6211c467942bad36f92cc90bfd183010
SHA1: 21c021da00f10072338747a159b371319e10e5de
SHA256: 1dd9d41fec477beb882eac73934a5dc7616dc7646df1cbfb691c4a8bcc833c8b
Description-en: Perl module to parse XML into a Perl hash
XML::Bare provides a simple API to read and write XML files, it also provides
a function to validate the XML schema. The parser itself is a simple state
engine that is less than 500 lines of C.
.
In comparison to other available Perl XML parsers that create trees, XML::Bare
is extremely fast; benchmarking shows that it can even be one or two orders of
magnitude faster than similar modules.
Description-md5: 3ebf0614e3373716bdddc3cf5baa524f
Homepage: https://metacpan.org/release/XML-Bare/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu