How to Install and Uninstall python3-email-validator.noarch Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "python3-email-validator.noarch" package

Please follow the instructions below to install python3-email-validator.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-email-validator.noarch

2. Uninstall "python3-email-validator.noarch" package

Please follow the guidance below to uninstall python3-email-validator.noarch on Oracle Linux 9:

$ sudo dnf remove python3-email-validator.noarch $ sudo dnf autoremove

3. Information about the python3-email-validator.noarch package on Oracle Linux 9

Last metadata expiration check: 1:32:24 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-email-validator
Version : 1.1.3
Release : 2.el9
Architecture : noarch
Size : 31 k
Source : python-email-validator-1.1.3-2.el9.src.rpm
Repository : epel
Summary : A robust email syntax and deliverability validation library
URL : https://github.com/JoshData/python-email-validator
License : CC0-1.0
Description : This library validates that address are of the form [email protected]. This is the sort
: of validation you would want for a login form on a website.
:
: Key features:
:
: - Good for validating email addresses used for logins/identity.
: - Friendly error messages when validation fails (appropriate to show to end
: users).
: - (optionally) Checks deliverability: Does the domain name resolve?
: - Supports internationalized domain names and (optionally) internationalized
: local parts.
: - Normalizes email addresses (important for internationalized addresses!).