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

Last updated: July 03,2024

1. Install "python311-geopandas" package

This is a short guide on how to install python311-geopandas on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-geopandas

2. Uninstall "python311-geopandas" package

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

$ sudo zypper remove python311-geopandas

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

Information for package python311-geopandas:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-geopandas
Version : 0.14.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 5.0 MiB
Installed : No
Status : not installed
Source package : python-geopandas-0.14.3-1.1.src
Upstream URL : https://geopandas.org
Summary : Geographic pandas extensions
Description :
Geopandas combines the capabilities of pandas and shapely, providing geospatial
operations in pandas and a high-level interface to multiple geometries to shapely.
GeoPandas enables you to easily do operations in python that would otherwise
require a spatial database such as PostGIS.