How to Install and Uninstall libcrypt-pbkdf2-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libcrypt-pbkdf2-perl" package

Here is a brief guide to show you how to install libcrypt-pbkdf2-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libcrypt-pbkdf2-perl" package

In this section, we are going to explain the necessary steps to uninstall libcrypt-pbkdf2-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libcrypt-pbkdf2-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcrypt-pbkdf2-perl
Priority: optional
Section: universe/perl
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.160410-1
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, perl
Filename: pool/universe/libc/libcrypt-pbkdf2-perl/libcrypt-pbkdf2-perl_0.160410-1_all.deb
Size: 20704
MD5sum: b46ce141e4eaeea8f89f8d3d5421278a
SHA1: 1be6c58850611737187a78a5f8fbecb55a8e0b30
SHA256: 05e5021e468ee716b55c5ebdab93771d22efecd83d32c8db6c8a6349a467cddf
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
Homepage: https://metacpan.org/release/Crypt-PBKDF2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu