How To Install spatialindex on Fedora 36

In this tutorial we learn how to install spatialindex in Fedora 36. spatialindex is Spatial index library

Introduction

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

What is spatialindex

Spatialindex provides a general framework for developing spatial indices. Currently it defines generic interfaces, provides simple main memory and disk based storage managers and a robust implementation of an R*-tree, an MVR-tree and a TPR-tree.

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

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

sudo dnf -y install spatialindex

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

sudo yum -y install spatialindex

How To Uninstall spatialindex on Fedora 36

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

sudo dnf remove spatialindex

spatialindex Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/99
/usr/lib/.build-id/99/e9c83a38d7e178c010ebe0ca58eb8d1376b00a
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/d25fde6bbe324b51bea8d5510c3bc26713260c
/usr/lib/libspatialindex.so.6
/usr/lib/libspatialindex.so.6.1.1
/usr/lib/libspatialindex_c.so.6
/usr/lib/libspatialindex_c.so.6.1.1
/usr/share/doc/spatialindex
/usr/share/doc/spatialindex/AUTHORS
/usr/share/doc/spatialindex/ChangeLog
/usr/share/licenses/spatialindex
/usr/share/licenses/spatialindex/COPYING

References

Summary

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


title: “How To Install spatialindex on Fedora 36” linkTitle: “spatialindex” type: “docs” description: “In this tutorial we learn how to install spatialindex in Fedora 36. spatialindex is Spatial index library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/spatialindex-featured.png

Introduction

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

What is spatialindex

Spatialindex provides a general framework for developing spatial indices. Currently it defines generic interfaces, provides simple main memory and disk based storage managers and a robust implementation of an R*-tree, an MVR-tree and a TPR-tree.

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

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

sudo dnf -y install spatialindex

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

sudo yum -y install spatialindex

How To Uninstall spatialindex on Fedora 36

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

sudo dnf remove spatialindex

spatialindex Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/1dbf1e2f2eb6f7b20f7ab8701d30db4fde43cf
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/73edaafebf81d2e646aa3c7b0bec3f9a22aa84
/usr/lib64/libspatialindex.so.6
/usr/lib64/libspatialindex.so.6.1.1
/usr/lib64/libspatialindex_c.so.6
/usr/lib64/libspatialindex_c.so.6.1.1
/usr/share/doc/spatialindex
/usr/share/doc/spatialindex/AUTHORS
/usr/share/doc/spatialindex/ChangeLog
/usr/share/licenses/spatialindex
/usr/share/licenses/spatialindex/COPYING

References

Summary

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