How to Install and Uninstall libart.i686 Package on Fedora 38
Last updated: November 23,2024
1. Install "libart.i686" package
Please follow the guidelines below to install libart.i686 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
libart.i686
Copied
2. Uninstall "libart.i686" package
Please follow the guidance below to uninstall libart.i686 on Fedora 38:
$
sudo dnf remove
libart.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the libart.i686 package on Fedora 38
Last metadata expiration check: 2:49:30 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : libart
Version : 0
Release : 4.20210723git3010468.fc38
Architecture : i686
Size : 20 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.
Available Packages
Name : libart
Version : 0
Release : 4.20210723git3010468.fc38
Architecture : i686
Size : 20 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.