How to Install and Uninstall python3-rtree.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "python3-rtree.noarch" package

Please follow the instructions below to install python3-rtree.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-rtree.noarch

2. Uninstall "python3-rtree.noarch" package

This tutorial shows how to uninstall python3-rtree.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-rtree.noarch $ sudo dnf autoremove

3. Information about the python3-rtree.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:12:08 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-rtree
Version : 1.0.1
Release : 1.el9
Architecture : noarch
Size : 50 k
Source : python-Rtree-1.0.1-1.el9.src.rpm
Repository : epel
Summary : R-Tree spatial index for Python GIS
URL : https://github.com/Toblerity/rtree
License : MIT
Description : Rtree is a ctypes Python wrapper of libspatialindex that provides a number of
: advanced spatial indexing features for the spatially curious Python user. These
: features include:
:
: • Nearest neighbor search
: • Intersection search
: • Multi-dimensional indexes
: • Clustered indexes (store Python pickles directly with index entries)
: • Bulk loading
: • Deletion
: • Disk serialization
: • Custom storage implementation (to implement spatial indexing in ZODB, for
: example)