How to Install and Uninstall python3-rtree.noarch Package on Fedora 35

Last updated: October 08,2024

1. Install "python3-rtree.noarch" package

In this section, we are going to explain the necessary steps to install python3-rtree.noarch on Fedora 35

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

2. Uninstall "python3-rtree.noarch" package

This is a short guide on how to uninstall python3-rtree.noarch on Fedora 35:

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

3. Information about the python3-rtree.noarch package on Fedora 35

Last metadata expiration check: 5:20:53 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-rtree
Version : 0.9.4
Release : 6.fc35
Architecture : noarch
Size : 48 k
Source : python-Rtree-0.9.4-6.fc35.src.rpm
Repository : fedora
Summary : R-Tree spatial index for Python GIS
URL : https://pypi.python.org/pypi/Rtree
License : LGPLv2
Description : Rtree is a ctypes Python wrapper of the spatialindex library, 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)