How to Install and Uninstall python3-cerberus.noarch Package on CentOS Stream 8

Last updated: June 23,2024

1. Install "python3-cerberus.noarch" package

Please follow the guidelines below to install python3-cerberus.noarch on CentOS Stream 8

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

2. Uninstall "python3-cerberus.noarch" package

This guide covers the steps necessary to uninstall python3-cerberus.noarch on CentOS Stream 8:

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

3. Information about the python3-cerberus.noarch package on CentOS Stream 8

Last metadata expiration check: 4:30:50 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-cerberus
Version : 1.3.2
Release : 1.el8
Architecture : noarch
Size : 125 k
Source : python-cerberus-1.3.2-1.el8.src.rpm
Repository : epel
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.