How to Install and Uninstall python3-marshmallow.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python3-marshmallow.noarch" package

In this section, we are going to explain the necessary steps to install python3-marshmallow.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install python3-marshmallow.noarch

2. Uninstall "python3-marshmallow.noarch" package

This is a short guide on how to uninstall python3-marshmallow.noarch on Rocky Linux 8:

$ sudo dnf remove python3-marshmallow.noarch $ sudo dnf autoremove

3. Information about the python3-marshmallow.noarch package on Rocky Linux 8

Last metadata expiration check: 2:21:56 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-marshmallow
Version : 3.1.1
Release : 1.el8
Architecture : noarch
Size : 102 k
Source : python-marshmallow-3.1.1-1.el8.src.rpm
Repository : epel
Summary : Documentation for python-marshmallow
URL : http://marshmallow.readthedocs.org/
License : MIT
Description : 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.