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

Last updated: May 18,2024

1. Install "libxml-bare-perl" package

This guide let you learn how to install libxml-bare-perl on Kali Linux

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

2. Uninstall "libxml-bare-perl" package

This guide covers the steps necessary to uninstall libxml-bare-perl on Kali Linux:

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

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

Package: libxml-bare-perl
Source: libxml-bare-perl (0.53-2)
Version: 0.53-2+b2
Installed-Size: 122
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4)
Size: 42640
SHA256: 25c3e76d1999ec0cbc3cb5cc72cbbb48de255fd3411abedec8648c2ba6a6e578
SHA1: e17ddae5c632914bc5aa06c6b301e5cf29176201
MD5sum: 27afa0ff0592047b099ec84d63b50a06
Description: 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:
Homepage: https://metacpan.org/release/XML-Bare
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libx/libxml-bare-perl/libxml-bare-perl_0.53-2+b2_amd64.deb