How to Install and Uninstall python311-Rtree Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-Rtree" package

This tutorial shows how to install python311-Rtree on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-Rtree

2. Uninstall "python311-Rtree" package

Learn how to uninstall python311-Rtree on openSuSE Tumbleweed:

$ sudo zypper remove python311-Rtree

3. Information about the python311-Rtree package on openSuSE Tumbleweed

Information for package python311-Rtree:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Rtree
Version : 0.9.7-1.11
Arch : noarch
Vendor : openSUSE
Installed Size : 365.9 KiB
Installed : No
Status : not installed
Source package : python-Rtree-0.9.7-1.11.src
Upstream URL : https://github.com/Toblerity/rtree
Summary : R-Tree spatial index for Python GIS
Description :
A ctypes Python wrapper of libspatialindex that provides a number of advanced
spatial indexing features for the spatially curious Python user.
* 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)