How to Install and Uninstall libargon2-dev Package on Kali Linux

Last updated: May 15,2024

1. Install "libargon2-dev" package

Please follow the step by step instructions below to install libargon2-dev on Kali Linux

$ sudo apt update $ sudo apt install libargon2-dev

2. Uninstall "libargon2-dev" package

Learn how to uninstall libargon2-dev on Kali Linux:

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

3. Information about the libargon2-dev package on Kali Linux

Package: libargon2-dev
Source: argon2 (0~20190702+dfsg-4)
Version: 0~20190702+dfsg-4+b1
Installed-Size: 93
Maintainer: Debian Security Tools
Architecture: amd64
Depends: libargon2-1 (= 0~20190702+dfsg-4+b1)
Size: 25960
SHA256: 932149d193f3f60eb458062d8c54d33dc92bf2e662b4a47dc44ad72b1f44a81c
SHA1: 622a34c48457d0db05674bc2cd8efa0170008388
MD5sum: a54bd963c864f9ac182d8b37adab412f
Description: 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:
Multi-Arch: same
Homepage: https://github.com/P-H-C/phc-winner-argon2
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/a/argon2/libargon2-dev_0~20190702+dfsg-4+b1_amd64.deb