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

Last updated: April 30,2024

1. Install "python3-precis_i18n.noarch" package

This is a short guide on how to install python3-precis_i18n.noarch on Fedora 34

$ 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 Fedora 34:

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

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

Last metadata expiration check: 4:52:55 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-precis_i18n
Version : 1.0.1
Release : 10.20200622git1498def50914.fc34
Architecture : noarch
Size : 44 k
Source : python-precis_i18n-1.0.1-10.20200622git1498def50914.fc34.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)