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

Last updated: May 12,2024

1. Install "libargon2-1" package

This tutorial shows how to install libargon2-1 on Kali Linux

$ sudo apt update $ sudo apt install libargon2-1

2. Uninstall "libargon2-1" package

Please follow the instructions below to uninstall libargon2-1 on Kali Linux:

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

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

Package: libargon2-1
Source: argon2 (0~20190702+dfsg-4)
Version: 0~20190702+dfsg-4+b1
Installed-Size: 58
Maintainer: Debian Security Tools
Architecture: amd64
Depends: libc6 (>= 2.34)
Breaks: cryptsetup-initramfs (<< 2:2.6.1-2)
Size: 21120
SHA256: 4e09b8dd8c14048cecdebaca413b868fc26ea4a3e88e00d6f408996575f99c7a
SHA1: 49cf15321c1c5bfdda089ed07cbaede7d8d5b3c7
MD5sum: 26f46071659ee46e9278bab0e2e34f29
Description: memory-hard hashing function - runtime library
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 includes the dynamic library against which programs are linked.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/P-H-C/phc-winner-argon2
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/a/argon2/libargon2-1_0~20190702+dfsg-4+b1_amd64.deb