How to Install and Uninstall python2-Shapely Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python2-Shapely" package

Please follow the guidance below to install python2-Shapely on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Shapely

2. Uninstall "python2-Shapely" package

Here is a brief guide to show you how to uninstall python2-Shapely on openSUSE Leap:

$ sudo zypper remove python2-Shapely

3. Information about the python2-Shapely package on openSUSE Leap

Information for package python2-Shapely:
----------------------------------------
Repository : Main Repository
Name : python2-Shapely
Version : 1.7.0-bp153.1.22
Arch : x86_64
Vendor : openSUSE
Installed Size : 2,5 MiB
Installed : No
Status : not installed
Source package : python-Shapely-1.7.0-bp153.1.22.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.