How to Install and Uninstall libxmlb.i686 Package on Fedora 36

Last updated: October 07,2024

1. Install "libxmlb.i686" package

Here is a brief guide to show you how to install libxmlb.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libxmlb.i686

2. Uninstall "libxmlb.i686" package

In this section, we are going to explain the necessary steps to uninstall libxmlb.i686 on Fedora 36:

$ sudo dnf remove libxmlb.i686 $ sudo dnf autoremove

3. Information about the libxmlb.i686 package on Fedora 36

Last metadata expiration check: 5:48:38 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libxmlb
Version : 0.3.9
Release : 1.fc36
Architecture : i686
Size : 124 k
Source : libxmlb-0.3.9-1.fc36.src.rpm
Repository : updates
Summary : Library for querying compressed XML metadata
URL : https://github.com/hughsie/libxmlb
License : LGPLv2+
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.