How to Install and Uninstall libxmlb2 Package on Kali Linux

Last updated: May 16,2024

1. Install "libxmlb2" package

In this section, we are going to explain the necessary steps to install libxmlb2 on Kali Linux

$ sudo apt update $ sudo apt install libxmlb2

2. Uninstall "libxmlb2" package

This guide let you learn how to uninstall libxmlb2 on Kali Linux:

$ sudo apt remove libxmlb2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxmlb2 package on Kali Linux

Package: libxmlb2
Source: libxmlb
Version: 0.3.15-1
Installed-Size: 190
Maintainer: Debian EFI team
Architecture: amd64
Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.54.0), liblzma5 (>= 5.1.1alpha+20120614), libzstd1 (>= 1.5.5)
Size: 62044
SHA256: bf39b12084ef7ac0185c4ea96a33af642a70813df7a89f089d17351a3b7110cb
SHA1: a8a74803e883dd8f0b704cef75db6141838b4ecb
MD5sum: 3112df38e3102341a98ad0d7ce7d67ba
Description: Binary XML library
The libxmlb library takes XML source, and
converts it to a structured binary representation with a deduplicated string
table -- where the strings have the NULs included.
.
This allows an application to mmap the binary XML file, do an XPath query and
return some strings without actually parsing the entire document. This is all
done using (almost) zero allocations and no actual copying of the binary data.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/hughsie/libxmlb
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libx/libxmlb/libxmlb2_0.3.15-1_amd64.deb