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

Last updated: April 28,2024

1. Install "argon2" package

In this section, we are going to explain the necessary steps to install argon2 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install argon2

2. Uninstall "argon2" package

Please follow the instructions below to uninstall argon2 on Ubuntu 21.10 (Impish Indri):

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

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

Package: argon2
Architecture: amd64
Version: 0~20171227-0.2build21.04.0
Multi-Arch: foreign
Priority: optional
Section: universe/utils
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Luca Bruno
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 67
Depends: libc6 (>= 2.14)
Filename: pool/universe/a/argon2/argon2_0~20171227-0.2build21.04.0_amd64.deb
Size: 22244
MD5sum: f530c3eb1367d66b1aaad5551f466d73
SHA1: c452d6f7c02f63e691d0ec935e1cf97fde45dc73
SHA256: aa8cfd9d82d3d2375f14eb35c21ffd1d279fea0ef22c50e155f9e754e732d0b9
SHA512: e9fea7b649b27eb8fad94298048903b3eeed4656f18206289a1d2a74927135040071fa26b76485145fd69ad16cafda4b5062dd00169152e8e0ff3381a03a30b7
Homepage: https://github.com/P-H-C/phc-winner-argon2
Description-en: memory-hard hashing function - utility
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 package contains the argon2 tool for hashing data on the command-line.
Description-md5: 0dde3f6fd43fb48a8ee4a31c6947697a