How To Install ebtree on Fedora 36
Introduction
In this tutorial we learn how to install ebtree on Fedora 36.
What is ebtree
ebtree is a binary search tree specially optimized to very frequently store, retrieve and delete discrete integer or binary data without having to deal with memory allocation.
We can use yum or dnf to install ebtree on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ebtree.
Install ebtree on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ebtree using dnf by running the following command:
sudo dnf -y install ebtree
Install ebtree on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ebtree using yum by running the following command:
sudo yum -y install ebtree
How To Uninstall ebtree on Fedora 36
To uninstall only the ebtree package we can use the following command:
sudo dnf remove ebtree
ebtree Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/c4fc45419d6f6ea583842fd54faf4ba866d0fd
/usr/lib/libebtree.so.0.1
/usr/share/doc/ebtree
/usr/share/doc/ebtree/README
/usr/share/doc/ebtree/VERSION
/usr/share/licenses/ebtree
/usr/share/licenses/ebtree/LICENSE
References
Summary
In this tutorial we learn how to install ebtree on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ebtree on Fedora 36” linkTitle: “ebtree” type: “docs” description: “In this tutorial we learn how to install ebtree in Fedora 36. ebtree is Elastic binary tree library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ebtree-featured.png
Introduction
In this tutorial we learn how to install ebtree on Fedora 36.
What is ebtree
ebtree is a binary search tree specially optimized to very frequently store, retrieve and delete discrete integer or binary data without having to deal with memory allocation.
We can use yum or dnf to install ebtree on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ebtree.
Install ebtree on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ebtree using dnf by running the following command:
sudo dnf -y install ebtree
Install ebtree on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ebtree using yum by running the following command:
sudo yum -y install ebtree
How To Uninstall ebtree on Fedora 36
To uninstall only the ebtree package we can use the following command:
sudo dnf remove ebtree
ebtree Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/744a6c1f40ef1a50ce7dd2c27003b7aaa5e945
/usr/lib64/libebtree.so.0.1
/usr/share/doc/ebtree
/usr/share/doc/ebtree/README
/usr/share/doc/ebtree/VERSION
/usr/share/licenses/ebtree
/usr/share/licenses/ebtree/LICENSE
References
Summary
In this tutorial we learn how to install ebtree on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).