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

Last updated: May 13,2024

1. Install "libauthen-oath-perl" package

Please follow the step by step instructions below to install libauthen-oath-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libauthen-oath-perl" package

This is a short guide on how to uninstall libauthen-oath-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libauthen-oath-perl
Priority: optional
Section: universe/perl
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.0.0-2
Depends: perl, libdigest-hmac-perl, libmoose-perl
Filename: pool/universe/liba/libauthen-oath-perl/libauthen-oath-perl_1.0.0-2_all.deb
Size: 7682
MD5sum: 765b58cf470c9d81b7e67b79e2f117de
SHA1: 5d3c8b1fc01256c01065feca19d6429b1a80207d
SHA256: c0aba26689070f0f13084096cb6d2a7065053a11242729488e89e9beb1eef298
Description-en: Perl module for OATH One Time Passwords
Authen::OATH is an implementation of the HOTP and TOTP One Time Password
algorithms as defined by OATH (http://www.openauthentication.org).
.
All necessary parameters are set by default, though these can be overridden.
Both totp() and htop() have passed all of the test vectors defined in the RFC
documents for TOTP and HOTP.
.
totp() and hotp() both default to returning 6 digits and using SHA. As such,
both can be called by passing only the secret key and a valid OTP will be
returned.
Description-md5: c048008680ea8dc5024acfb4bf7f322f
Homepage: https://metacpan.org/release/Authen-OATH
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu