< Home - < Back

NearTree


Information about the package, NearTree, which is shipped with common Linux distributions. The NearTree package is designed for, An API for finding nearest neighbors.


Package Name:

NearTree

Summary:

An API for finding nearest neighbors

Description:

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.

Architecture:

x86_64

Version:

3.1.1

Release:

3.el6

Size:

55 k

Repository:

epel

From Repository:

Licence:

LGPLv2+



Handy Yum Commands for NearTree


Control the NearTree package with the following handy commands outlined below.


Command

Description of Command

yum install NearTree

This command will install NearTree on the server.

yum remove NearTree

This command will un-install NearTree on the server. When you run this command, you will be asked if you are sure that you want to remove NearTree, so you have to manually confirm that you want to do this.

yum -y remove NearTree

This command will un-install NearTree on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove NearTree when using the -y flag.

yum update NearTree

This command will update NearTree to the latest version. When you run this command, you will be asked if you are sure that you want to remove NearTree, so you have to manually confirm that you want to do this.

yum -y update NearTree

This command will update NearTree to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove NearTree when using the -y flag.

yum info NearTree

This command will show you core information about the NearTree package.

yum deplist NearTree

This command will show you the dependencies for NearTree. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update NearTree

This command will check if there is an update waiting on NearTree. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.