How To Install python3-marshmallow on Fedora 36

In this tutorial we learn how to install python3-marshmallow in Fedora 36. python3-marshmallow is Documentation for python-marshmallow

Introduction

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

What is python3-marshmallow

Marshmallow is a framework-agnostic library for converting complex datatypes, such as objects, to and from primitive Python datatypes. Marshmallow schemas can be used to * Validate input data. * Deserialize input data to app-level objects. * Serialize app-level objects to primitive Python types. The serialized objects can then be rendered to standard formats such as JSON for use in an HTTP API. Python 3 version.

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

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

sudo dnf -y install python3-marshmallow

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

sudo yum -y install python3-marshmallow

How To Uninstall python3-marshmallow on Fedora 36

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

sudo dnf remove python3-marshmallow

python3-marshmallow Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/marshmallow
/usr/lib/python3.10/site-packages/marshmallow-3.13.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/marshmallow-3.13.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/marshmallow-3.13.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/marshmallow-3.13.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/marshmallow-3.13.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/marshmallow-3.13.0-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/marshmallow-3.13.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/marshmallow/__init__.py
/usr/lib/python3.10/site-packages/marshmallow/__pycache__
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/class_registry.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/class_registry.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/error_store.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/error_store.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/fields.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/fields.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/orderedset.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/orderedset.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/schema.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/schema.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/types.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/validate.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/validate.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/warnings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/marshmallow/__pycache__/warnings.cpython-310.pyc
/usr/lib/python3.10/site-packages/marshmallow/base.py
/usr/lib/python3.10/site-packages/marshmallow/class_registry.py
/usr/lib/python3.10/site-packages/marshmallow/decorators.py
/usr/lib/python3.10/site-packages/marshmallow/error_store.py
/usr/lib/python3.10/site-packages/marshmallow/exceptions.py
/usr/lib/python3.10/site-packages/marshmallow/fields.py
/usr/lib/python3.10/site-packages/marshmallow/orderedset.py
/usr/lib/python3.10/site-packages/marshmallow/py.typed
/usr/lib/python3.10/site-packages/marshmallow/schema.py
/usr/lib/python3.10/site-packages/marshmallow/types.py
/usr/lib/python3.10/site-packages/marshmallow/utils.py
/usr/lib/python3.10/site-packages/marshmallow/validate.py
/usr/lib/python3.10/site-packages/marshmallow/warnings.py
/usr/share/doc/python-marshmallow
/usr/share/doc/python-marshmallow/CHANGELOG.rst
/usr/share/doc/python-marshmallow/README.rst
/usr/share/licenses/python-marshmallow
/usr/share/licenses/python-marshmallow/LICENSE

References

Summary

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