How to Install and Uninstall python36-Shapely Package on openSuSE Tumbleweed

Last updated: April 30,2024

1. Install "python36-Shapely" package

Please follow the guidance below to install python36-Shapely on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-Shapely

2. Uninstall "python36-Shapely" package

This guide covers the steps necessary to uninstall python36-Shapely on openSuSE Tumbleweed:

$ sudo zypper remove python36-Shapely

3. Information about the python36-Shapely package on openSuSE Tumbleweed

Information for package python36-Shapely:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Shapely
Version : 1.7.1-4.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 906,6 KiB
Installed : No
Status : not installed
Source package : python-Shapely-1.7.1-4.3.src
Summary : Geospatial geometries, predicates, and operations
Description :
Shapely is a Python package for manipulation and analysis of
planar geometric objects. It is based on the GEOS (the
engine of PostGIS) and JTS (from which GEOS is ported) libraries.
Shapely is not concerned with data formats or coordinate systems,
but can be readily integrated with packages that are like WorldMill
and pyproj.