How to Install and Uninstall python3-geopandas.noarch Package on Fedora 39

Last updated: November 25,2024

1. Install "python3-geopandas.noarch" package

This guide covers the steps necessary to install python3-geopandas.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-geopandas.noarch

2. Uninstall "python3-geopandas.noarch" package

Please follow the step by step instructions below to uninstall python3-geopandas.noarch on Fedora 39:

$ sudo dnf remove python3-geopandas.noarch $ sudo dnf autoremove

3. Information about the python3-geopandas.noarch package on Fedora 39

Last metadata expiration check: 4:28:45 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-geopandas
Version : 0.14.3
Release : 1.fc39
Architecture : noarch
Size : 1.5 M
Source : python-geopandas-0.14.3-1.fc39.src.rpm
Repository : updates
Summary : Geographic Pandas extensions
URL : https://pypi.python.org/pypi/geopandas
License : BSD-3-Clause
Description : GeoPandas is a project to add support for geographic data to Pandas objects.
:
: The goal of GeoPandas is to make working with geospatial data in Python easier.
: It 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.