How to Install and Uninstall argon2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "argon2" package

This guide covers the steps necessary to install argon2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install argon2

2. Uninstall "argon2" package

Please follow the guidelines below to uninstall argon2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the argon2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: argon2
Priority: optional
Section: utils
Installed-Size: 67
Maintainer: Luca Bruno
Architecture: amd64
Version: 0~20190702-0.1+ubuntu16.04.1+deb.sury.org+1
Depends: libc6 (>= 2.14)
Filename: pool/main/a/argon2/argon2_0~20190702-0.1+ubuntu16.04.1+deb.sury.org+1_amd64.deb
Size: 23180
MD5sum: e092a1c03fc2f1e13f27b9f9eabd6bb9
SHA1: 7ab33255501e7a171ef616e930f4c3ac94730852
SHA256: 1000911dbd7cecf35e46fe4cdeb97f2ced2b602da6dde35a89f6f9cdd598b8d2
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: dbfc859504330ccc20cae13cd67faa2e
Multi-Arch: foreign