How To Install python3-marathon on Fedora 36

In this tutorial we learn how to install python3-marathon in Fedora 36. python3-marathon is Python interface to the Mesos Marathon REST API

Introduction

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

What is python3-marathon

Python client library/interface to the Mesos Marathon REST API

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

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

sudo dnf -y install python3-marathon

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

sudo yum -y install python3-marathon

How To Uninstall python3-marathon on Fedora 36

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

sudo dnf remove python3-marathon

python3-marathon Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/marathon
/usr/lib/python3.10/site-packages/marathon-0.8.8-py3.10.egg-info
/usr/lib/python3.10/site-packages/marathon-0.8.8-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/marathon-0.8.8-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/marathon-0.8.8-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/marathon-0.8.8-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/marathon-0.8.8-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/marathon/__init__.py
/usr/lib/python3.10/site-packages/marathon/__pycache__
/usr/lib/python3.10/site-packages/marathon/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/__pycache__/_compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/__pycache__/_compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/__pycache__/client.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/__pycache__/client.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/_compat.py
/usr/lib/python3.10/site-packages/marathon/client.py
/usr/lib/python3.10/site-packages/marathon/exceptions.py
/usr/lib/python3.10/site-packages/marathon/models
/usr/lib/python3.10/site-packages/marathon/models/__init__.py
/usr/lib/python3.10/site-packages/marathon/models/__pycache__
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/app.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/app.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/constraint.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/constraint.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/container.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/container.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/deployment.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/deployment.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/endpoint.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/endpoint.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/events.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/events.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/group.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/group.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/info.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/info.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/queue.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/queue.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/task.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marathon/models/__pycache__/task.cpython-310.pyc
/usr/lib/python3.10/site-packages/marathon/models/app.py
/usr/lib/python3.10/site-packages/marathon/models/base.py
/usr/lib/python3.10/site-packages/marathon/models/constraint.py
/usr/lib/python3.10/site-packages/marathon/models/container.py
/usr/lib/python3.10/site-packages/marathon/models/deployment.py
/usr/lib/python3.10/site-packages/marathon/models/endpoint.py
/usr/lib/python3.10/site-packages/marathon/models/events.py
/usr/lib/python3.10/site-packages/marathon/models/group.py
/usr/lib/python3.10/site-packages/marathon/models/info.py
/usr/lib/python3.10/site-packages/marathon/models/queue.py
/usr/lib/python3.10/site-packages/marathon/models/task.py
/usr/lib/python3.10/site-packages/marathon/util.py
/usr/share/doc/python3-marathon
/usr/share/doc/python3-marathon/README
/usr/share/licenses/python3-marathon
/usr/share/licenses/python3-marathon/LICENSE

References

Summary

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