How to Install and Uninstall python3-validators.noarch Package on Fedora 38
Last updated: January 12,2025
1. Install "python3-validators.noarch" package
This guide covers the steps necessary to install python3-validators.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-validators.noarch
Copied
2. Uninstall "python3-validators.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-validators.noarch on Fedora 38:
$
sudo dnf remove
python3-validators.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-validators.noarch package on Fedora 38
Last metadata expiration check: 5:13:23 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-validators
Version : 0.20.0
Release : 2.fc38
Architecture : noarch
Size : 57 k
Source : python-validators-0.20.0-2.fc38.src.rpm
Repository : fedora
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.
Available Packages
Name : python3-validators
Version : 0.20.0
Release : 2.fc38
Architecture : noarch
Size : 57 k
Source : python-validators-0.20.0-2.fc38.src.rpm
Repository : fedora
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.