How to Install and Uninstall otp Package on Kali Linux

Last updated: May 08,2024

1. Install "otp" package

This guide let you learn how to install otp on Kali Linux

$ sudo apt update $ sudo apt install otp

2. Uninstall "otp" package

This tutorial shows how to uninstall otp on Kali Linux:

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

3. Information about the otp package on Kali Linux

Package: otp
Version: 1:1.2.2-4
Installed-Size: 40
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 14368
SHA256: 4e238b4abda67d96d33ff050f4d27bc506c7ac5d743416b466f040ae702a12f7
SHA1: b14d4247ac9a2257f8f41bd49e8066662be442fb
MD5sum: 4a7db88bf0bc88e1395d3415ea31446a
Description: 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:
Homepage: http://www.fourmilab.ch/onetime/otpgen.html
Tag: interface::commandline, role::program, scope::utility,
security::cryptography
Section: misc
Priority: optional
Filename: pool/main/o/otp/otp_1.2.2-4_amd64.deb