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

Last updated: April 26,2024

1. Install "python3-colander.noarch" package

Please follow the step by step instructions below to install python3-colander.noarch on Rocky Linux 8

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

2. Uninstall "python3-colander.noarch" package

Please follow the steps below to uninstall python3-colander.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 0:12:23 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-colander
Version : 1.7.0
Release : 2.el8
Architecture : noarch
Size : 164 k
Source : python-colander-1.7.0-2.el8.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.