How to Install and Uninstall libxmlb.x86_64 Package on Fedora 39
Last updated: November 29,2024
1. Install "libxmlb.x86_64" package
Learn how to install libxmlb.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
libxmlb.x86_64
Copied
2. Uninstall "libxmlb.x86_64" package
This guide let you learn how to uninstall libxmlb.x86_64 on Fedora 39:
$
sudo dnf remove
libxmlb.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the libxmlb.x86_64 package on Fedora 39
Last metadata expiration check: 4:18:01 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libxmlb
Version : 0.3.15
Release : 1.fc39
Architecture : x86_64
Size : 115 k
Source : libxmlb-0.3.15-1.fc39.src.rpm
Repository : updates
Summary : Library for querying compressed XML metadata
URL : https://github.com/hughsie/libxmlb
License : LGPL-2.1-or-later
Description : XML is slow to parse and strings inside the document cannot be memory mapped as
: they do not have a trailing NUL char. 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.
Available Packages
Name : libxmlb
Version : 0.3.15
Release : 1.fc39
Architecture : x86_64
Size : 115 k
Source : libxmlb-0.3.15-1.fc39.src.rpm
Repository : updates
Summary : Library for querying compressed XML metadata
URL : https://github.com/hughsie/libxmlb
License : LGPL-2.1-or-later
Description : XML is slow to parse and strings inside the document cannot be memory mapped as
: they do not have a trailing NUL char. 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.