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

Last updated: March 01,2025

1. Install "python3-geopandas.noarch" package

Please follow the steps below to install python3-geopandas.noarch on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 0:11:15 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-geopandas
Version : 0.11.1
Release : 1.fc35
Architecture : noarch
Size : 1.2 M
Source : python-geopandas-0.11.1-1.fc35.src.rpm
Repository : updates
Summary : Geographic Pandas extensions
URL : https://pypi.python.org/pypi/geopandas
License : BSD
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.