How to Install and Uninstall python3-rtree Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python3-rtree" package

Learn how to install python3-rtree on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-rtree

2. Uninstall "python3-rtree" package

Learn how to uninstall python3-rtree on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-rtree package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-rtree
Priority: optional
Section: universe/python
Installed-Size: 98
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Source: python-rtree
Version: 0.8.2+ds-2
Depends: libspatialindex-dev (>= 1.7.0), python3-pkg-resources, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-rtree/python3-rtree_0.8.2+ds-2_all.deb
Size: 15682
MD5sum: 7edd91cba68f00b51929ecb5a7c6f42b
SHA1: 70b046c9bb25baf1f48856ed69279f0e72e3e637
SHA256: 35ec45764ae4b33f8f9f5f9f0801b2483607698e7c41f4a0f261d783b8015d00
Description-en: 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: abf2f3f895b0c4a6fec2f7d5b33ad1dd
Homepage: http://toblerity.org/rtree/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu