How to Install and Uninstall libtree-devel.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "libtree-devel.i686" package

This guide covers the steps necessary to install libtree-devel.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libtree-devel.i686

2. Uninstall "libtree-devel.i686" package

This guide let you learn how to uninstall libtree-devel.i686 on Fedora 34:

$ sudo dnf remove libtree-devel.i686 $ sudo dnf autoremove

3. Information about the libtree-devel.i686 package on Fedora 34

Last metadata expiration check: 3:07:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libtree-devel
Version : 1.0
Release : 1.fc34
Architecture : i686
Size : 9.1 k
Source : libtree-1.0-1.fc34.src.rpm
Repository : updates
Summary : Implementation of AVL (Adelson-Velskii and Landis) balanced trees
URL : https://piumarta.com/software/tree/
License : MIT
Description : tree.h Implementation of AVL (Adelson-Velskii and Landis)
: balanced trees in the spirit of the BSD queue and list implementations.