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

Last updated: November 25,2024

1. Install "libart.x86_64" package

Please follow the step by step instructions below to install libart.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install libart.x86_64

2. Uninstall "libart.x86_64" package

This guide covers the steps necessary to uninstall libart.x86_64 on Fedora 39:

$ sudo dnf remove libart.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:07:15 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libart
Version : 0
Release : 5.20210723git3010468.fc39
Architecture : x86_64
Size : 19 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.