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

Last updated: September 29,2024

1. Install "libart.x86_64" package

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

$ sudo dnf update $ sudo dnf install libart.x86_64

2. Uninstall "libart.x86_64" package

This tutorial shows how to uninstall libart.x86_64 on Fedora 38:

$ sudo dnf remove libart.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:09:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : libart
Version : 0
Release : 4.20210723git3010468.fc38
Architecture : x86_64
Size : 19 k
Source : libart-0-4.20210723git3010468.fc38.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.