How to Install and Uninstall libart.i686 Package on Fedora 35

Last updated: July 07,2024

1. Install "libart.i686" package

This is a short guide on how to install libart.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install libart.i686

2. Uninstall "libart.i686" package

Learn how to uninstall libart.i686 on Fedora 35:

$ sudo dnf remove libart.i686 $ sudo dnf autoremove

3. Information about the libart.i686 package on Fedora 35

Last metadata expiration check: 2:07:04 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : libart
Version : 0
Release : 1.20210723git3010468.fc35
Architecture : i686
Size : 19 k
Source : libart-0-1.20210723git3010468.fc35.src.rpm
Repository : fedora
Summary : Adaptive Radix Trees implemented in C
URL : https://github.com/armon/libart
License : BSD
Description : This library provides a C99 implementation of the Adaptive Radix Tree or ART.
: The ART operates similar to a traditional radix tree but avoids the wasted
: space of internal nodes by changing the node size. It makes use of 4 node sizes
: (4, 16, 48, 256), and can guarantee that the overhead is no more than 52 bytes
: per key, though in practice it is much lower.