How to Install and Uninstall python3-cerberus.noarch Package on Fedora 34

Last updated: July 05,2024

1. Install "python3-cerberus.noarch" package

Please follow the steps below to install python3-cerberus.noarch on Fedora 34

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

2. Uninstall "python3-cerberus.noarch" package

Please follow the step by step instructions below to uninstall python3-cerberus.noarch on Fedora 34:

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

3. Information about the python3-cerberus.noarch package on Fedora 34

Last metadata expiration check: 3:29:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-cerberus
Version : 1.3.2
Release : 2.fc34
Architecture : noarch
Size : 122 k
Source : python-cerberus-1.3.2-2.fc34.src.rpm
Repository : fedora
Summary : Lightweight, extensible data validation library for Python
URL : https://github.com/pyeve/cerberus
License : ISC
Description : Cerberus is a lightweight and extensible data validation library for Python.
:
: Cerberus provides type checking and other base functionality out of the box
: and is designed to be non-blocking and easily extensible, allowing for custom
: validation. It has no dependancies and is thoroughly tested.
:
: Python 3 version.