How to Install and Uninstall libcrypt-pbkdf2-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 07,2024

1. Install "libcrypt-pbkdf2-perl" package

Learn how to install libcrypt-pbkdf2-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libcrypt-pbkdf2-perl

2. Uninstall "libcrypt-pbkdf2-perl" package

Please follow the guidance below to uninstall libcrypt-pbkdf2-perl on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove libcrypt-pbkdf2-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcrypt-pbkdf2-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libcrypt-pbkdf2-perl
Architecture: all
Version: 0.161520-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55
Depends: libdigest-hmac-perl, libdigest-sha3-perl, libmodule-runtime-perl, libmoo-perl (>= 2.000000), libnamespace-autoclean-perl, libstrictures-perl, libtry-tiny-perl, libtype-tiny-perl (>= 1.000005), perl
Filename: pool/universe/libc/libcrypt-pbkdf2-perl/libcrypt-pbkdf2-perl_0.161520-1_all.deb
Size: 20772
MD5sum: 45ec2bbb3883f8ffe35135a18d362634
SHA1: 263276a22043e3826753605dacd0f574d5be2bd6
SHA256: 7d2dbed3777b7eebba934a8ab67779b9a01ce8de6b6da4684552a334c5a5c432
SHA512: 2251ec2656b1988f764d6a11382e2cc5786811faed42f5a2b9e147a068b0ec6802c30aab37e7e749acaa46c7ca439e3a9c83411d2d0d09a283e55e500d01ad0c
Homepage: https://metacpan.org/release/Crypt-PBKDF2
Description-en: Perl implementation of PBKDF2 password hash
PBKDF2 (part of the PKCS#5 standard) is a secure password hashing
algorithm that uses the techniques of "key strengthening" to make the
complexity of a brute-force attack arbitrarily high. The Crypt::PBKDF2
module supports SHA-1, SHA-2 and SHA-3 as the underlying hash functions
natively and can also use arbitrary Digest-compatible classes. It
allows for an arbitrary number of iterations of the hashing function,
and a nearly unlimited output hash size (up to 2**32 - 1 times the size
of the output of the backend hash). The hash is salted, as any password
hash should be, and the salt may also be of arbitrary size.
Description-md5: af573cf94bd74c47ae66c2e9c0dc5802