How to Install and Uninstall python3-rtree Package on Kali Linux

Last updated: May 16,2024

1. Install "python3-rtree" package

In this section, we are going to explain the necessary steps to install python3-rtree on Kali Linux

$ sudo apt update $ sudo apt install python3-rtree

2. Uninstall "python3-rtree" package

This tutorial shows how to uninstall python3-rtree on Kali Linux:

$ sudo apt remove python3-rtree $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-rtree package on Kali Linux

Package: python3-rtree
Source: python-rtree
Version: 1.2.0-1
Installed-Size: 429
Maintainer: Debian GIS Project
Architecture: all
Depends: libspatialindex-dev (>= 1.7.0), python3:any, libjs-sphinxdoc (>= 7.2.2)
Size: 52428
SHA256: 4042dbcf95c745ccde4657abba9f12baea2c1fa6a9490fa6767b0b24abf42b96
SHA1: aaec5c30631d4903efe925c42ede9d4d1c39cefb
MD5sum: 227c79fbec438b1d2b5e1824a2018816
Description: R-Tree spatial index for Python GIS - Python 3 module
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)
.
This package contains the module for Python 3.
Description-md5:
Homepage: https://github.com/Toblerity/rtree
Tag: devel::lang:python, devel::library, implemented-in::python,
role::devel-lib
Section: python
Priority: optional
Filename: pool/main/p/python-rtree/python3-rtree_1.2.0-1_all.deb