How to Install and Uninstall python3-validators.noarch Package on Oracle Linux 8

Last updated: September 20,2024

1. Install "python3-validators.noarch" package

In this section, we are going to explain the necessary steps to install python3-validators.noarch on Oracle Linux 8

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

2. Uninstall "python3-validators.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-validators.noarch on Oracle Linux 8:

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

3. Information about the python3-validators.noarch package on Oracle Linux 8

Last metadata expiration check: 0:08:05 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-validators
Version : 0.14.2
Release : 2.el8
Architecture : noarch
Size : 37 k
Source : python-validators-0.14.2-2.el8.src.rpm
Repository : epel
Summary : Data validation in Python for humans
URL : https://github.com/kvesteri/validators
License : BSD
Description : Python has all kinds of data validation tools, but every one of them seems to
: require defining a schema or form. I wanted to create a simple validation
: library where validating a simple value does not require defining a form or
: a schema.