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

Last updated: October 06,2024

1. Install "python3-precis_i18n.noarch" package

This tutorial shows how to install python3-precis_i18n.noarch on AlmaLinux 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 AlmaLinux 9:

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

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

Last metadata expiration check: 1:19:49 ago on Wed Mar 13 07:41:12 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)