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

Last updated: May 17,2024

1. Install "python3-shapely" package

This is a short guide on how to install python3-shapely on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-shapely

2. Uninstall "python3-shapely" package

This guide let you learn how to uninstall python3-shapely on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-shapely
Priority: optional
Section: universe/python
Installed-Size: 544
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: python-shapely
Version: 1.5.13-1build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libgeos-c1v5 (>= 3.4.2)
Suggests: python3-numpy, python3-matplotlib, python-shapely-doc
Filename: pool/universe/p/python-shapely/python3-shapely_1.5.13-1build1_amd64.deb
Size: 138146
MD5sum: d0437f78a98f87aa689f75592596922a
SHA1: 42fe76f9eb7d41d36097d3d0d6437e4e80aa32f5
SHA256: cbac239ec7dc2c58c6869b642df4fce424656969fbddc56fe093505c12b7ce57
Description-en: 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: 018e7b252607a9dd0d2c2718845e1341
Enhances: python3-numpy
Homepage: http://toblerity.org/shapely
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu