How To Install python3-precis_i18n on Fedora 36

In this tutorial we learn how to install python3-precis_i18n in Fedora 36. python3-precis_i18n is Python library for internationalized usernames and passwords

Introduction

In this tutorial we learn how to install python3-precis_i18n on Fedora 36.

What is python3-precis_i18n

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 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)

We can use yum or dnf to install python3-precis_i18n on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-precis_i18n.

Install python3-precis_i18n on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-precis_i18n using dnf by running the following command:

sudo dnf -y install python3-precis_i18n

Install python3-precis_i18n on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-precis_i18n using yum by running the following command:

sudo yum -y install python3-precis_i18n

How To Uninstall python3-precis_i18n on Fedora 36

To uninstall only the python3-precis_i18n package we can use the following command:

sudo dnf remove python3-precis_i18n

python3-precis_i18n Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/precis_i18n
/usr/lib/python3.10/site-packages/precis_i18n-1.0.1-py3.10.egg-info
/usr/lib/python3.10/site-packages/precis_i18n-1.0.1-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/precis_i18n-1.0.1-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/precis_i18n-1.0.1-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/precis_i18n-1.0.1-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/precis_i18n-1.0.1-py3.10.egg-info/zip-safe
/usr/lib/python3.10/site-packages/precis_i18n/__init__.py
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/baseclass.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/baseclass.cpython-310.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/bidi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/bidi.cpython-310.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/codec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/codec.cpython-310.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/codepointset.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/codepointset.cpython-310.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/context.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/context.cpython-310.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/derived.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/derived.cpython-310.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/factory.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/factory.cpython-310.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/profile.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/profile.cpython-310.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/unicode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/precis_i18n/__pycache__/unicode.cpython-310.pyc
/usr/lib/python3.10/site-packages/precis_i18n/baseclass.py
/usr/lib/python3.10/site-packages/precis_i18n/bidi.py
/usr/lib/python3.10/site-packages/precis_i18n/codec.py
/usr/lib/python3.10/site-packages/precis_i18n/codepointset.py
/usr/lib/python3.10/site-packages/precis_i18n/context.py
/usr/lib/python3.10/site-packages/precis_i18n/derived.py
/usr/lib/python3.10/site-packages/precis_i18n/factory.py
/usr/lib/python3.10/site-packages/precis_i18n/profile.py
/usr/lib/python3.10/site-packages/precis_i18n/unicode.py
/usr/share/doc/python3-precis_i18n
/usr/share/doc/python3-precis_i18n/CHANGELOG.rst
/usr/share/doc/python3-precis_i18n/README.rst
/usr/share/licenses/python3-precis_i18n
/usr/share/licenses/python3-precis_i18n/LICENSE.txt

References

Summary

In this tutorial we learn how to install python3-precis_i18n on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).