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

Last updated: July 01,2024

1. Install "python3-precis_i18n.noarch" package

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

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

2. Uninstall "python3-precis_i18n.noarch" package

This is a short guide on how to uninstall python3-precis_i18n.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 1:04:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-precis_i18n
Version : 1.0.4
Release : 2.el9
Architecture : noarch
Size : 47 k
Source : python-precis_i18n-1.0.4-2.el9.src.rpm
Repository : epel
Summary : Python library for internationalized usernames and passwords
URL : https://github.com/byllyfish/precis_i18n
License : MIT
Description : If you want your application to accept Unicode user names and passwords, you
: must be careful in how you validate and compare them. The PRECIS framework
: makes internationalized user names and passwords safer for use by applications.
: PRECIS profiles transform Unicode strings into a canonical form, suitable for
: comparison.
:
: This Python module implements the PRECIS Framework as described in:
:
: PRECIS Framework: Preparation, Enforcement, and Comparison of
: Internationalized Strings in Application Protocols (RFC 8264)
:
: Preparation, Enforcement, and Comparison of Internationalized Strings
: Representing Usernames and Passwords (RFC 8265)
:
: Preparation, Enforcement, and Comparison of Internationalized Strings
: Representing Nicknames (RFC 8266)