How to Install and Uninstall python3-argon2 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 04,2024

1. Install "python3-argon2" package

This guide covers the steps necessary to install python3-argon2 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-argon2

2. Uninstall "python3-argon2" package

Please follow the guidance below to uninstall python3-argon2 on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-argon2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-argon2 package on Ubuntu 21.10 (Impish Indri)

Package: python3-argon2
Architecture: amd64
Version: 18.3.0-2build2
Priority: optional
Section: universe/python
Source: python-argon2
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 122
Depends: python3 (<< 3.10), python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3-six, python3:any, libargon2-1 (>= 0~20171227), libc6 (>= 2.4)
Suggests: python-argon2-doc (= 18.3.0-2build2)
Filename: pool/universe/p/python-argon2/python3-argon2_18.3.0-2build2_amd64.deb
Size: 28556
MD5sum: 975e650bd85130a4b388c1e8342e574d
SHA1: 626ac37f1a6e0d42988eb9def96f76ee75fd15e0
SHA256: a8db54a5f03694ae16f0f9a19e93e2d626399a2ecee18ed5015b0e3518aa6294
SHA512: 8b9f09a70d33883b983e90268a1b004f77005038e5069ed031fcc385fc2a527e8636cd220211af73a1dcfd7f717d5b50d92554f753a2a7662d2ffe0371851315
Homepage: https://argon2-cffi.readthedocs.io/
Description-en: Argon2 password hashing library - Python 3.x Module
Argon2 is a password-hashing function that can be used to hash passwords
for credential storage, key derivation, or other applications.
.
There are two main versions of Argon2: Argon2i and Argon2d.
Argon2i is the safest against side-channel attacks, while Argon2d provides
the highest resistance against GPU cracking attacks.
.
Argon2i and Argon2d are parametrized by:
* A time cost, which defines the amount of computation realized and
therefore the execution time, given in number of iterations
* A memory cost, which defines the memory usage, given in kibibytes
* A parallelism degree, which defines the number of parallel threads
.
This module provides argon2 hashing primitives for the Python 3 programming
language.
Description-md5: 4d4afc54dffe204a354a2a55b7ee2bd6