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

Last updated: May 07,2024

1. Install "python38-Shapely" package

Here is a brief guide to show you how to install python38-Shapely on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-Shapely

2. Uninstall "python38-Shapely" package

In this section, we are going to explain the necessary steps to uninstall python38-Shapely on openSuSE Tumbleweed:

$ sudo zypper remove python38-Shapely

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

Information for package python38-Shapely:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Shapely
Version : 1.7.1-4.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,1 MiB
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.