How To Install NearTree on Fedora 36

In this tutorial we learn how to install NearTree in Fedora 36. NearTree is An API for finding nearest neighbors

Introduction

In this tutorial we learn how to install NearTree on Fedora 36.

What is NearTree

This is a release of an API for finding nearest neighbors among points in spaces of arbitrary dimensions. This release provides a C++ template, TNear.h, and a C library, CNearTree.c, with example/test programs.

We can use yum or dnf to install NearTree on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install NearTree.

Install NearTree 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 NearTree using dnf by running the following command:

sudo dnf -y install NearTree

Install NearTree 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 NearTree using yum by running the following command:

sudo yum -y install NearTree

How To Uninstall NearTree on Fedora 36

To uninstall only the NearTree package we can use the following command:

sudo dnf remove NearTree

NearTree Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/7e14b77c5f70361c839f7f36d07b42857023dd
/usr/lib/libCNearTree.so.7
/usr/lib/libCNearTree.so.7.0.0
/usr/share/doc/NearTree
/usr/share/doc/NearTree/README_NearTree.html
/usr/share/doc/NearTree/README_NearTree.txt
/usr/share/doc/NearTree/lgpl.txt

References

Summary

In this tutorial we learn how to install NearTree on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install NearTree on Fedora 36” linkTitle: “NearTree” type: “docs” description: “In this tutorial we learn how to install NearTree in Fedora 36. NearTree is An API for finding nearest neighbors” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/NearTree-featured.png

Introduction

In this tutorial we learn how to install NearTree on Fedora 36.

What is NearTree

This is a release of an API for finding nearest neighbors among points in spaces of arbitrary dimensions. This release provides a C++ template, TNear.h, and a C library, CNearTree.c, with example/test programs.

We can use yum or dnf to install NearTree on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install NearTree.

Install NearTree 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 NearTree using dnf by running the following command:

sudo dnf -y install NearTree

Install NearTree 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 NearTree using yum by running the following command:

sudo yum -y install NearTree

How To Uninstall NearTree on Fedora 36

To uninstall only the NearTree package we can use the following command:

sudo dnf remove NearTree

NearTree Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/3308193943160c39b0297ba58a8886b51f6b7b
/usr/lib64/libCNearTree.so.7
/usr/lib64/libCNearTree.so.7.0.0
/usr/share/doc/NearTree
/usr/share/doc/NearTree/README_NearTree.html
/usr/share/doc/NearTree/README_NearTree.txt
/usr/share/doc/NearTree/lgpl.txt

References

Summary

In this tutorial we learn how to install NearTree on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).