How to Install and Uninstall python3-colander.noarch Package on Fedora 35

Last updated: September 29,2024

1. Install "python3-colander.noarch" package

This is a short guide on how to install python3-colander.noarch on Fedora 35

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

2. Uninstall "python3-colander.noarch" package

Please follow the guidelines below to uninstall python3-colander.noarch on Fedora 35:

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

3. Information about the python3-colander.noarch package on Fedora 35

Last metadata expiration check: 4:35:55 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-colander
Version : 1.8.3
Release : 4.fc35
Architecture : noarch
Size : 108 k
Source : python-colander-1.8.3-4.fc35.src.rpm
Repository : fedora
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.