How To Install python3-geopandas on Fedora 36

In this tutorial we learn how to install python3-geopandas in Fedora 36. python3-geopandas is Geographic Pandas extensions

Introduction

In this tutorial we learn how to install python3-geopandas on Fedora 36.

What is python3-geopandas

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.

We can use yum or dnf to install python3-geopandas on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-geopandas.

Install python3-geopandas on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-geopandas using dnf by running the following command:

sudo dnf -y install python3-geopandas

Install python3-geopandas on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-geopandas using yum by running the following command:

sudo yum -y install python3-geopandas

How To Uninstall python3-geopandas on Fedora 36

To uninstall only the python3-geopandas package we can use the following command:

sudo dnf remove python3-geopandas

python3-geopandas Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/geopandas
/usr/lib/python3.10/site-packages/geopandas-0.10.2.dist-info
/usr/lib/python3.10/site-packages/geopandas-0.10.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/geopandas-0.10.2.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/geopandas-0.10.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/geopandas-0.10.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/geopandas-0.10.2.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/geopandas/__init__.py
/usr/lib/python3.10/site-packages/geopandas/__pycache__
/usr/lib/python3.10/site-packages/geopandas/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/_config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/_config.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/_decorator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/_decorator.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/_vectorized.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/_vectorized.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/_version.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/array.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/array.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/conftest.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/conftest.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/explore.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/explore.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/geodataframe.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/geodataframe.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/geoseries.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/geoseries.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/plotting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/plotting.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/sindex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/sindex.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/testing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/__pycache__/testing.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/_compat.py
/usr/lib/python3.10/site-packages/geopandas/_config.py
/usr/lib/python3.10/site-packages/geopandas/_decorator.py
/usr/lib/python3.10/site-packages/geopandas/_vectorized.py
/usr/lib/python3.10/site-packages/geopandas/_version.py
/usr/lib/python3.10/site-packages/geopandas/array.py
/usr/lib/python3.10/site-packages/geopandas/base.py
/usr/lib/python3.10/site-packages/geopandas/conftest.py
/usr/lib/python3.10/site-packages/geopandas/datasets
/usr/lib/python3.10/site-packages/geopandas/datasets/__init__.py
/usr/lib/python3.10/site-packages/geopandas/datasets/__pycache__
/usr/lib/python3.10/site-packages/geopandas/datasets/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/datasets/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/datasets/__pycache__/naturalearth_creation.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/datasets/__pycache__/naturalearth_creation.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_cities
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_cities/naturalearth_cities.README.html
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_cities/naturalearth_cities.VERSION.txt
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_cities/naturalearth_cities.cpg
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_cities/naturalearth_cities.dbf
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_cities/naturalearth_cities.prj
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_cities/naturalearth_cities.shp
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_cities/naturalearth_cities.shx
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_creation.py
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_lowres
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.cpg
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.dbf
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.prj
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.shp
/usr/lib/python3.10/site-packages/geopandas/datasets/naturalearth_lowres/naturalearth_lowres.shx
/usr/lib/python3.10/site-packages/geopandas/datasets/nybb_16a.zip
/usr/lib/python3.10/site-packages/geopandas/explore.py
/usr/lib/python3.10/site-packages/geopandas/geodataframe.py
/usr/lib/python3.10/site-packages/geopandas/geoseries.py
/usr/lib/python3.10/site-packages/geopandas/io
/usr/lib/python3.10/site-packages/geopandas/io/__init__.py
/usr/lib/python3.10/site-packages/geopandas/io/__pycache__
/usr/lib/python3.10/site-packages/geopandas/io/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/io/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/io/__pycache__/arrow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/io/__pycache__/arrow.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/io/__pycache__/file.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/io/__pycache__/file.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/io/__pycache__/sql.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/io/__pycache__/sql.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/io/arrow.py
/usr/lib/python3.10/site-packages/geopandas/io/file.py
/usr/lib/python3.10/site-packages/geopandas/io/sql.py
/usr/lib/python3.10/site-packages/geopandas/plotting.py
/usr/lib/python3.10/site-packages/geopandas/sindex.py
/usr/lib/python3.10/site-packages/geopandas/testing.py
/usr/lib/python3.10/site-packages/geopandas/tests
/usr/lib/python3.10/site-packages/geopandas/tests/__init__.py
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_api.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_api.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_array.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_array.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_config.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_config.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_crs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_crs.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_datasets.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_datasets.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_decorator.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_decorator.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_dissolve.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_dissolve.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_explore.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_explore.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_extension_array.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_extension_array.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_geocode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_geocode.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_geodataframe.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_geodataframe.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_geom_methods.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_geom_methods.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_geoseries.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_geoseries.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_merge.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_merge.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_overlay.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_overlay.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_pandas_methods.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_pandas_methods.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_plotting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_plotting.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_show_versions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_show_versions.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_sindex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_sindex.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_testing.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_testing.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/test_types.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tests/data
/usr/lib/python3.10/site-packages/geopandas/tests/data/null_geom.geojson
/usr/lib/python3.10/site-packages/geopandas/tests/test_api.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_array.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_compat.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_config.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_crs.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_datasets.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_decorator.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_dissolve.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_explore.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_extension_array.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_geocode.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_geodataframe.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_geom_methods.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_geoseries.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_merge.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_overlay.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_pandas_methods.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_plotting.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_show_versions.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_sindex.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_testing.py
/usr/lib/python3.10/site-packages/geopandas/tests/test_types.py
/usr/lib/python3.10/site-packages/geopandas/tests/util.py
/usr/lib/python3.10/site-packages/geopandas/tools
/usr/lib/python3.10/site-packages/geopandas/tools/__init__.py
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/_show_versions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/_show_versions.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/clip.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/clip.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/crs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/crs.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/geocoding.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/geocoding.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/overlay.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/overlay.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/sjoin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/sjoin.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/_show_versions.py
/usr/lib/python3.10/site-packages/geopandas/tools/clip.py
/usr/lib/python3.10/site-packages/geopandas/tools/crs.py
/usr/lib/python3.10/site-packages/geopandas/tools/geocoding.py
/usr/lib/python3.10/site-packages/geopandas/tools/overlay.py
/usr/lib/python3.10/site-packages/geopandas/tools/sjoin.py
/usr/lib/python3.10/site-packages/geopandas/tools/tests
/usr/lib/python3.10/site-packages/geopandas/tools/tests/__init__.py
/usr/lib/python3.10/site-packages/geopandas/tools/tests/__pycache__
/usr/lib/python3.10/site-packages/geopandas/tools/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/tests/__pycache__/test_clip.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/tests/__pycache__/test_clip.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/tests/__pycache__/test_sjoin.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/tests/__pycache__/test_sjoin.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/tests/__pycache__/test_tools.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/tests/__pycache__/test_tools.cpython-310.pyc
/usr/lib/python3.10/site-packages/geopandas/tools/tests/test_clip.py
/usr/lib/python3.10/site-packages/geopandas/tools/tests/test_sjoin.py
/usr/lib/python3.10/site-packages/geopandas/tools/tests/test_tools.py
/usr/lib/python3.10/site-packages/geopandas/tools/util.py
/usr/share/doc/python3-geopandas
/usr/share/doc/python3-geopandas/CHANGELOG.md
/usr/share/doc/python3-geopandas/README.md
/usr/share/licenses/python3-geopandas
/usr/share/licenses/python3-geopandas/LICENSE.txt

References

Summary

In this tutorial we learn how to install python3-geopandas on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).