How to Install and Uninstall python3-precis_i18n.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-precis_i18n.noarch" package

Please follow the guidance below to install python3-precis_i18n.noarch on Fedora 36

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

2. Uninstall "python3-precis_i18n.noarch" package

Please follow the step by step instructions below to uninstall python3-precis_i18n.noarch on Fedora 36:

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

3. Information about the python3-precis_i18n.noarch package on Fedora 36

Last metadata expiration check: 2:08:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-precis_i18n
Version : 1.0.1
Release : 13.20200622git1498def50914.fc36
Architecture : noarch
Size : 43 k
Source : python-precis_i18n-1.0.1-13.20200622git1498def50914.fc36.src.rpm
Repository : fedora
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)