How to Install and Uninstall libargon2-0-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libargon2-0-dev" package

Learn how to install libargon2-0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libargon2-0-dev

2. Uninstall "libargon2-0-dev" package

This guide covers the steps necessary to uninstall libargon2-0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libargon2-0-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libargon2-0-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libargon2-0-dev
Source: argon2
Priority: optional
Section: libdevel
Installed-Size: 94
Maintainer: Luca Bruno
Architecture: amd64
Version: 0~20161029-1+ubuntu16.04.1+deb.sury.org+1
Depends: libargon2-0 (= 0~20161029-1+ubuntu16.04.1+deb.sury.org+1)
Filename: pool/main/a/argon2/libargon2-0-dev_0~20161029-1+ubuntu16.04.1+deb.sury.org+1_amd64.deb
Size: 24470
MD5sum: d24df3fcef390e2062474a558ba7c67b
SHA1: 4455a33f08837348f9a0e75d2f8ec0ee52856b35
SHA256: 33c4bf73784f8a30152ed15390a68640032be41f6a1a7197917c50ad9931152f
Description-en: memory-hard hashing function - development files
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 headers and libraries for developing program based
on argon2.
Description-md5: 07d4b968478d73da6c2088e44a25cf71
Multi-Arch: same

5. The same packages on other Linux Distributions