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

Last updated: May 19,2024

1. Install "libauthen-passphrase-perl" package

This tutorial shows how to install libauthen-passphrase-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libauthen-passphrase-perl

2. Uninstall "libauthen-passphrase-perl" package

Please follow the guidelines below to uninstall libauthen-passphrase-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libauthen-passphrase-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libauthen-passphrase-perl
Priority: optional
Section: universe/perl
Installed-Size: 260
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.008-2
Depends: perl, libauthen-dechpwd-perl, libcrypt-des-perl, libcrypt-eksblowfish-perl, libcrypt-mysql-perl, libcrypt-passwdmd5-perl, libcrypt-unixcrypt-xs-perl, libdata-entropy-perl, libdigest-md4-perl, libmodule-runtime-perl (>= 0.011), libparams-classify-perl
Filename: pool/universe/liba/libauthen-passphrase-perl/libauthen-passphrase-perl_0.008-2_all.deb
Size: 101210
MD5sum: 13be404a3b30243a1f01d96d0299ad34
SHA1: 680ae4c71944c9fad059e6e02ea2032fc83a4411
SHA256: 544a91dfd6befc0bdfa3a887788d04e441d58e3931dbdd39c68bf6695fb14ab3
Description-en: Perl module encapsulating hashed passwords/passphrases as objects
Authen::Passphrase is the base class for a system of objects that encapsulate
passphrases. An object of this type is a passphrase recogniser: its
job is to recognise whether an offered passphrase is the right one.
For security, such passphrase recognisers usually do not themselves know
the passphrase they are looking for; they can merely recognise it when
they see it. There are many schemes in use to achieve this effect,
and the intent of this class is to provide a consistent interface to
them all, hiding the details.
.
This package contains implementations of several specific passphrase schemes
in addition to the base class.
Description-md5: 3faec1d3bb9a679b210bd81644f5a47f
Homepage: https://metacpan.org/release/Authen-Passphrase
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu