How To Install python3-gpxpy on Fedora 36

In this tutorial we learn how to install python3-gpxpy in Fedora 36. python3-gpxpy is GPX file parser and GPS track manipulation library

Introduction

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

What is python3-gpxpy

GPX file parser and GPS track manipulation library

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

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

sudo dnf -y install python3-gpxpy

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

sudo yum -y install python3-gpxpy

How To Uninstall python3-gpxpy on Fedora 36

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

sudo dnf remove python3-gpxpy

python3-gpxpy Package Contents on Fedora 36

/usr/bin/gpxinfo
/usr/lib/python3.10/site-packages/gpxpy
/usr/lib/python3.10/site-packages/gpxpy-1.5.0.dist-info
/usr/lib/python3.10/site-packages/gpxpy-1.5.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/gpxpy-1.5.0.dist-info/LICENSE.txt
/usr/lib/python3.10/site-packages/gpxpy-1.5.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/gpxpy-1.5.0.dist-info/NOTICE.txt
/usr/lib/python3.10/site-packages/gpxpy-1.5.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/gpxpy-1.5.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/gpxpy/__init__.py
/usr/lib/python3.10/site-packages/gpxpy/__pycache__
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/geo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/geo.cpython-310.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/gpx.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/gpx.cpython-310.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/gpxfield.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/gpxfield.cpython-310.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/gpxxml.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/gpxxml.cpython-310.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/parser.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/parser.cpython-310.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/gpxpy/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/gpxpy/geo.py
/usr/lib/python3.10/site-packages/gpxpy/gpx.py
/usr/lib/python3.10/site-packages/gpxpy/gpxfield.py
/usr/lib/python3.10/site-packages/gpxpy/gpxxml.py
/usr/lib/python3.10/site-packages/gpxpy/parser.py
/usr/lib/python3.10/site-packages/gpxpy/py.typed
/usr/lib/python3.10/site-packages/gpxpy/utils.py
/usr/share/doc/python3-gpxpy
/usr/share/doc/python3-gpxpy/README.md
/usr/share/licenses/python3-gpxpy
/usr/share/licenses/python3-gpxpy/LICENSE.txt

References

Summary

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