How to Install and Uninstall libpam-barada Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "libpam-barada" package

Please follow the guidance below to install libpam-barada on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpam-barada

2. Uninstall "libpam-barada" package

This guide covers the steps necessary to uninstall libpam-barada on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpam-barada $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpam-barada package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpam-barada
Priority: extra
Section: universe/libs
Installed-Size: 116
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Pollock
Architecture: amd64
Source: barada-pam
Version: 0.5-3.1build4
Depends: libboost-filesystem1.58.0, libboost-system1.58.0, libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libpam0g (>= 0.99.7.1), libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 5.2)
Filename: pool/universe/b/barada-pam/libpam-barada_0.5-3.1build4_amd64.deb
Size: 28074
MD5sum: 9ce12a7c301fe10de53dc20d97c58b1f
SHA1: e6ddd3d5b1ec074415e83243c133c7845c83c5e6
SHA256: 36951e8a4310dbabec45149587be5403eb6ed59e60d9d9a5daab33765ec2fafc
Description-en: PAM module to provide two-factor authentication based on HOTP
Use HOTP (RFC4226) two-factor authentication with PAM.
.
In addition to a normal password, users are also assigned a 128 bit key and
arbitrary-length PIN number. Every time you'd like to login using a OTP, you
calculate a secure hash based on your assigned PIN and an increasing counter,
the result of which is a six character one time password.
.
While this module could be used in conjunction with many different
client devices, it was written specifically with Android devices in
mind. There is companion software which runs on Android, so that your
phone essentially becomes a SecureID token. All you need to do is
open up the software, type in your PIN, and you get back a 6-character
number that you can use to login to your system.
Description-md5: 4c6daaf0f978ecc64d1fdf686d0582fd
Homepage: http://barada.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu