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

Last updated: June 28,2024

1. Install "python39-geopandas" package

Please follow the guidance below to install python39-geopandas on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-geopandas

2. Uninstall "python39-geopandas" package

This tutorial shows how to uninstall python39-geopandas on openSuSE Tumbleweed:

$ sudo zypper remove python39-geopandas

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

Information for package python39-geopandas:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-geopandas
Version : 0.14.3-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.8 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.