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

Last updated: November 24,2024

1. Install "python311-Shapely" package

Please follow the instructions below to install python311-Shapely on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-Shapely

2. Uninstall "python311-Shapely" package

Here is a brief guide to show you how to uninstall python311-Shapely on openSuSE Tumbleweed:

$ sudo zypper remove python311-Shapely

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

Information for package python311-Shapely:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-Shapely
Version : 2.0.2-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.2 MiB
Installed : No
Status : not installed
Source package : python-Shapely-2.0.2-2.2.src
Upstream URL : https://github.com/shapely/shapely
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.