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

Last updated: November 28,2024

1. Install "libart.i686" package

In this section, we are going to explain the necessary steps to install libart.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libart.i686

2. Uninstall "libart.i686" package

Here is a brief guide to show you how to uninstall libart.i686 on Fedora 39:

$ sudo dnf remove libart.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 4:24:11 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : libart
Version : 0
Release : 5.20210723git3010468.fc39
Architecture : i686
Size : 20 k
Source : libart-0-5.20210723git3010468.fc39.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.