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

Last updated: October 06,2024

1. Install "libargon2-dev" package

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

$ sudo apt update $ sudo apt install libargon2-dev

2. Uninstall "libargon2-dev" package

Please follow the guidance below to uninstall libargon2-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libargon2-dev
Source: argon2
Priority: optional
Section: libdevel
Installed-Size: 94
Maintainer: Luca Bruno
Architecture: amd64
Version: 0~20190702-0.1+ubuntu16.04.1+deb.sury.org+1
Replaces: libargon2-0-dev
Provides: libargon2-0-dev
Depends: libargon2-1 (= 0~20190702-0.1+ubuntu16.04.1+deb.sury.org+1)
Conflicts: libargon2-0-dev
Filename: pool/main/a/argon2/libargon2-dev_0~20190702-0.1+ubuntu16.04.1+deb.sury.org+1_amd64.deb
Size: 24630
MD5sum: b5922c6b49860b2b95b587a8c0e5129f
SHA1: cdaae05a007b7d2c176933a3a32fb860dc21c3f4
SHA256: 1817a19a0565814b248e9482627f23e3d668609e8044404c630f5ff386e1fd34
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