How to Install and Uninstall libtree-devel.x86_64 Package on Fedora 35

Last updated: May 20,2024

1. Install "libtree-devel.x86_64" package

Please follow the step by step instructions below to install libtree-devel.x86_64 on Fedora 35

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

2. Uninstall "libtree-devel.x86_64" package

Please follow the steps below to uninstall libtree-devel.x86_64 on Fedora 35:

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

3. Information about the libtree-devel.x86_64 package on Fedora 35

Last metadata expiration check: 2:40:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : libtree-devel
Version : 1.0
Release : 2.fc35
Architecture : x86_64
Size : 9.2 k
Source : libtree-1.0-2.fc35.src.rpm
Repository : fedora
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.