How To Install python3-argon2-cffi on Fedora 36

In this tutorial we learn how to install python3-argon2-cffi in Fedora 36. python3-argon2-cffi is The secure Argon2 password hashing algorithm

Introduction

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

What is python3-argon2-cffi

CFFI-based Argon2 Bindings for Python.

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

Install python3-argon2-cffi 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-argon2-cffi using dnf by running the following command:

sudo dnf -y install python3-argon2-cffi

Install python3-argon2-cffi 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-argon2-cffi using yum by running the following command:

sudo yum -y install python3-argon2-cffi

How To Uninstall python3-argon2-cffi on Fedora 36

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

sudo dnf remove python3-argon2-cffi

python3-argon2-cffi Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/da
/usr/lib/.build-id/da/aeb47f06b4edae646006ea78a05fe5988200c8
/usr/lib64/python3.10/site-packages/argon2
/usr/lib64/python3.10/site-packages/argon2/__init__.py
/usr/lib64/python3.10/site-packages/argon2/__main__.py
/usr/lib64/python3.10/site-packages/argon2/__pycache__
/usr/lib64/python3.10/site-packages/argon2/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/__main__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/_ffi_build.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/_ffi_build.cpython-310.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/_legacy.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/_legacy.cpython-310.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/_password_hasher.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/_password_hasher.cpython-310.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/_utils.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/_utils.cpython-310.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/exceptions.cpython-310.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/low_level.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/argon2/__pycache__/low_level.cpython-310.pyc
/usr/lib64/python3.10/site-packages/argon2/_ffi.abi3.so
/usr/lib64/python3.10/site-packages/argon2/_ffi_build.py
/usr/lib64/python3.10/site-packages/argon2/_legacy.py
/usr/lib64/python3.10/site-packages/argon2/_password_hasher.py
/usr/lib64/python3.10/site-packages/argon2/_utils.py
/usr/lib64/python3.10/site-packages/argon2/exceptions.py
/usr/lib64/python3.10/site-packages/argon2/low_level.py
/usr/lib64/python3.10/site-packages/argon2_cffi-20.1.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/argon2_cffi-20.1.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/argon2_cffi-20.1.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/argon2_cffi-20.1.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/argon2_cffi-20.1.0-py3.10.egg-info/not-zip-safe
/usr/lib64/python3.10/site-packages/argon2_cffi-20.1.0-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/argon2_cffi-20.1.0-py3.10.egg-info/top_level.txt
/usr/share/doc/python3-argon2-cffi
/usr/share/doc/python3-argon2-cffi/README.rst
/usr/share/licenses/python3-argon2-cffi
/usr/share/licenses/python3-argon2-cffi/LICENSE

References

Summary

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