How To Install python3-earthpy on Fedora 36

In this tutorial we learn how to install python3-earthpy in Fedora 36. python3-earthpy is A package built to support working with spatial data

Introduction

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

What is python3-earthpy

EarthPy makes it easier to plot and manipulate spatial data in Python.

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

Install python3-earthpy 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-earthpy using dnf by running the following command:

sudo dnf -y install python3-earthpy

Install python3-earthpy 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-earthpy using yum by running the following command:

sudo yum -y install python3-earthpy

How To Uninstall python3-earthpy on Fedora 36

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

sudo dnf remove python3-earthpy

python3-earthpy Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/earthpy
/usr/lib/python3.10/site-packages/earthpy-0.9.4-py3.10.egg-info
/usr/lib/python3.10/site-packages/earthpy-0.9.4-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/earthpy-0.9.4-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/earthpy-0.9.4-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/earthpy-0.9.4-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/earthpy-0.9.4-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/earthpy-0.9.4-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/earthpy/__init__.py
/usr/lib/python3.10/site-packages/earthpy/__pycache__
/usr/lib/python3.10/site-packages/earthpy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/clip.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/clip.cpython-310.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/io.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/io.cpython-310.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/mask.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/mask.cpython-310.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/plot.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/plot.cpython-310.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/spatial.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/earthpy/__pycache__/spatial.cpython-310.pyc
/usr/lib/python3.10/site-packages/earthpy/clip.py
/usr/lib/python3.10/site-packages/earthpy/example-data
/usr/lib/python3.10/site-packages/earthpy/example-data/blue.tif
/usr/lib/python3.10/site-packages/earthpy/example-data/colorado-counties.geojson
/usr/lib/python3.10/site-packages/earthpy/example-data/colorado-glaciers.geojson
/usr/lib/python3.10/site-packages/earthpy/example-data/continental-div-trail.geojson
/usr/lib/python3.10/site-packages/earthpy/example-data/epsg.json
/usr/lib/python3.10/site-packages/earthpy/example-data/green.tif
/usr/lib/python3.10/site-packages/earthpy/example-data/red.tif
/usr/lib/python3.10/site-packages/earthpy/example-data/rmnp-dem.tif
/usr/lib/python3.10/site-packages/earthpy/example-data/rmnp-rgb.tif
/usr/lib/python3.10/site-packages/earthpy/example-data/rmnp.dbf
/usr/lib/python3.10/site-packages/earthpy/example-data/rmnp.prj
/usr/lib/python3.10/site-packages/earthpy/example-data/rmnp.shp
/usr/lib/python3.10/site-packages/earthpy/example-data/rmnp.shx
/usr/lib/python3.10/site-packages/earthpy/io.py
/usr/lib/python3.10/site-packages/earthpy/mask.py
/usr/lib/python3.10/site-packages/earthpy/plot.py
/usr/lib/python3.10/site-packages/earthpy/spatial.py
/usr/share/doc/python3-earthpy
/usr/share/doc/python3-earthpy/CHANGELOG.rst
/usr/share/doc/python3-earthpy/CODE_OF_CONDUCT.rst
/usr/share/doc/python3-earthpy/CONTRIBUTING.rst
/usr/share/doc/python3-earthpy/CONTRIBUTORS.rst
/usr/share/doc/python3-earthpy/README.md
/usr/share/doc/python3-earthpy/examples
/usr/share/doc/python3-earthpy/examples/README.txt
/usr/share/doc/python3-earthpy/examples/get_data.py
/usr/share/doc/python3-earthpy/examples/plot_bands_functionality.py
/usr/share/doc/python3-earthpy/examples/plot_calculate_classify_ndvi.py
/usr/share/doc/python3-earthpy/examples/plot_dem_hillshade.py
/usr/share/doc/python3-earthpy/examples/plot_draw_legend_docs.py
/usr/share/doc/python3-earthpy/examples/plot_hist_functionality.py
/usr/share/doc/python3-earthpy/examples/plot_raster_stack_crop.py
/usr/share/doc/python3-earthpy/examples/plot_rgb.py
/usr/share/doc/python3-earthpy/examples/plot_stack_masks.py
/usr/share/doc/python3-earthpy/paper.md
/usr/share/licenses/python3-earthpy
/usr/share/licenses/python3-earthpy/LICENSE

References

Summary

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