How to Install and Uninstall libxmlb-utils Package on Kali Linux

Last updated: May 20,2024

1. Install "libxmlb-utils" package

Learn how to install libxmlb-utils on Kali Linux

$ sudo apt update $ sudo apt install libxmlb-utils

2. Uninstall "libxmlb-utils" package

Learn how to uninstall libxmlb-utils on Kali Linux:

$ sudo apt remove libxmlb-utils $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxmlb-utils package on Kali Linux

Package: libxmlb-utils
Source: libxmlb
Version: 0.3.15-1
Installed-Size: 37
Maintainer: Debian EFI team
Architecture: amd64
Depends: libxmlb2 (= 0.3.15-1), shared-mime-info, libc6 (>= 2.34), libglib2.0-0 (>= 2.30.0)
Size: 11068
SHA256: cd5de460403321b6a94ce26d69d5f451931831a40f30b1bb60a79c4e870cbda7
SHA1: 9cc3375e562698dbf5ca3996580c74c7e5cdd53b
MD5sum: c3e8c632bffa6e76f95063c8b404c30a
Description: Binary XML library - Command-line utility
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.
.
This package contains the `xb-tool` command-line utility.
Description-md5:
Homepage: https://github.com/hughsie/libxmlb
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libx/libxmlb/libxmlb-utils_0.3.15-1_amd64.deb