How to Install and Uninstall python3-argon2-cffi-bindings.x86_64 Package on Rocky Linux 9

Last updated: July 08,2024

1. Install "python3-argon2-cffi-bindings.x86_64" package

Please follow the guidance below to install python3-argon2-cffi-bindings.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install python3-argon2-cffi-bindings.x86_64

2. Uninstall "python3-argon2-cffi-bindings.x86_64" package

Learn how to uninstall python3-argon2-cffi-bindings.x86_64 on Rocky Linux 9:

$ sudo dnf remove python3-argon2-cffi-bindings.x86_64 $ sudo dnf autoremove

3. Information about the python3-argon2-cffi-bindings.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:08:10 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-argon2-cffi-bindings
Version : 21.2.0
Release : 2.el9
Architecture : x86_64
Size : 26 k
Source : python-argon2-cffi-bindings-21.2.0-2.el9.src.rpm
Repository : epel
Summary : Low-level CFFI bindings for Argon2
URL : https://github.com/hynek/argon2-cffi-bindings
License : MIT
Description : This package provides low-level CFFI bindings to the Argon2 password hashing
: algorithm.
:
: If you want to hash passwords in an application,
: this package is not for you.
: Have a look at argon2-cffi with its high-level abstractions!
:
: These bindings have been extracted from argon2-cffi and it remains its main
: consumer. However, they may be used by other packages that want to use the
: Argon2 library without dealing with C-related complexities.