How to Install and Uninstall python3-marshmallow-enum.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "python3-marshmallow-enum.noarch" package

This guide covers the steps necessary to install python3-marshmallow-enum.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-marshmallow-enum.noarch" package

Please follow the guidance below to uninstall python3-marshmallow-enum.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-marshmallow-enum.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:44:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-marshmallow-enum
Version : 1.5.1
Release : 10.el9
Architecture : noarch
Size : 15 k
Source : python-marshmallow-enum-1.5.1-10.el9.src.rpm
Repository : epel
Summary : Enum serializer/deserializer for use with Marshmallow
URL : https://github.com/justanr/marshmallow_enum
License : MIT
Description : A Python enum serializer/deserializer for use with Marshmallow.