How to Install and Uninstall otp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "otp" package

Here is a brief guide to show you how to install otp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install otp

2. Uninstall "otp" package

This tutorial shows how to uninstall otp on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove otp $ sudo apt autoclean && sudo apt autoremove

3. Information about the otp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: otp
Priority: optional
Section: universe/misc
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Colin Tuckley
Architecture: amd64
Version: 1:1.2.2-1
Depends: libc6 (>= 2.14)
Filename: pool/universe/o/otp/otp_1.2.2-1_amd64.deb
Size: 14524
MD5sum: 8f2e48496c43a433bdb07ae3a93bd0ad
SHA1: d920be585d8284267db4dbc88d606bf44a25a326
SHA256: b42e5b5b911a80ebb4beab02dcdaa87484251dcdacc65469218642e3539cb261
Description-en: Generator for One Time Pads or Passwords
otp creates key and password lists for verification and
security purposes in a variety of formats. Keys can be of
any length, consist of digits or letters (capital or lower
case), and alphabetic passwords can either be entirely
random (most secure) or obey the digraph statistics of
English text (easier to remember when transcribing, but less
secure).
.
For computer applications, for example one-time login
passwords, otp can create a file containing the MD5
signature of each of the generated keys. This permits the
computer to verify keys without the need to store the keys in
plaintext.
Description-md5: 98841fa857f52c2ad64211d92f12e915
Homepage: http://www.fourmilab.ch/onetime/otpgen.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu