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

Last updated: May 12,2024

1. Install "python3-shapely" package

Please follow the steps below to install python3-shapely on Kali Linux

$ sudo apt update $ sudo apt install python3-shapely

2. Uninstall "python3-shapely" package

In this section, we are going to explain the necessary steps to uninstall python3-shapely on Kali Linux:

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

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

Package: python3-shapely
Source: python-shapely
Version: 2.0.3-1
Installed-Size: 1869
Maintainer: Debian GIS Project
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libc6 (>= 2.14), libgeos-c1v5 (>= 3.12.0)
Suggests: python3-matplotlib
Enhances: python3-numpy
Size: 376012
SHA256: d649a3aaeb0503ec880887bde55037430b936ec3309f0f3e6da51a4b9361987f
SHA1: 0466fa1b7afceae0eafd41bdc4521ff6e1301c99
MD5sum: 68d39056524e071756fff4e2f40a541a
Description: geometric objects, predicates, and operations (Python 3)
Shapely is a package for manipulation and analysis of 2D features.
Its capabilities include:
* calculating the point set unions, intersections, or differences of features
* predicate tests on features: intersects, touches, contains, and more.
.
Supported geometric types are points, line strings, linear rings, polygons, and
homogeneous or heterogeneous collections thereof.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/shapely/shapely
Tag: devel::lang:python, devel::library, field::geography,
implemented-in::python, role::devel-lib
Section: python
Priority: optional
Filename: pool/main/p/python-shapely/python3-shapely_2.0.3-1_amd64.deb