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

Last updated: July 07,2024

1. Install "python3-colander.noarch" package

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

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

2. Uninstall "python3-colander.noarch" package

Here is a brief guide to show you how to uninstall python3-colander.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:31:04 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-colander
Version : 2.0
Release : 2.el9
Architecture : noarch
Size : 108 k
Source : python-colander-2.0-2.el9.src.rpm
Repository : epel
Summary : Simple schema-based serialization and deserialization library
URL : https://pypi.python.org/pypi/colander
License : BSD
Description : An extensible package which can be used to:
:
: - deserialize and validate a data structure composed of strings, mappings,
: and lists.
: - serialize an arbitrary data structure to a data structure composed of
: strings, mappings, and lists.
: Python 3 version.