How to Install and Uninstall otpclient Package on Kali Linux

Last updated: May 14,2024

1. Install "otpclient" package

Here is a brief guide to show you how to install otpclient on Kali Linux

$ sudo apt update $ sudo apt install otpclient

2. Uninstall "otpclient" package

Please follow the step by step instructions below to uninstall otpclient on Kali Linux:

$ sudo apt remove otpclient $ sudo apt autoclean && sudo apt autoremove

3. Information about the otpclient package on Kali Linux

Package: otpclient
Source: otpclient (3.2.1-2)
Version: 3.2.1-2+b1
Installed-Size: 342
Maintainer: Francisco Vilmar Cardoso Ruviaro
Architecture: amd64
Depends: libc6 (>= 2.34), libcotp3 (>= 2.0.0), libgcrypt20 (>= 1.10.0), libgdk-pixbuf-2.0-0 (>= 2.22.0), libglib2.0-0 (>= 2.75.3), libgtk-3-0 (>= 3.19.12), libjansson4 (>= 2.14), libpng16-16 (>= 1.6.2), libprotobuf-c1 (>= 1.0.1), libqrencode4 (>= 3.2.0), libsecret-1-0 (>= 0.7), libuuid1 (>= 2.16), libzbar0 (>= 0.10)
Suggests: otpclient-cli (= 3.2.1-2+b1)
Size: 64852
SHA256: 4d5d656d98ee262dd4a589e74f199538ed7233978f6e8ca6ecb59d4ee32e0288
SHA1: ae996e78d190cd2f5b1f35216c6031b53d5e6b00
MD5sum: c5688c3873f84e5aeb9600f9c4406929
Description: Simple GTK+ software to generate OTPs (TOTP and HOTP)
OTPClient is GTK+ software for two-factor authentication
that supports both Time-based One-time Passwords (TOTP)
and HMAC-Based One-Time Passwords (HOTP).
.
Features:
- Support both TOTP and HOTP.
- Support setting custom digits (between 4 and 10 inclusive).
- Support setting a custom period (between 10 and 120 seconds inclusive).
- Support SHA1, SHA256 and SHA512 algorithms.
- Support for Steam codes.
- Import encrypted Authenticator Plus backup.
- Import and export encrypted and/or plain andOTP backup.
- Import and export plain FreeOTPPlus backup (key URI format only).
- Import and export plain Aegis backup (plain json only).
- Local database is encrypted using AES256-GCM.
* Key is derived using PBKDF2 with SHA512 and 100k iterations.
* Decrypted file is never saved (and hopefully never swapped) to disk.
While the app is running, the decrypted content resides
in a "secure memory" buffer allocated by Gcrypt.
Description-md5:
Homepage: https://github.com/paolostivanin/OTPClient
Tag: uitoolkit::gtk
Section: utils
Priority: optional
Filename: pool/main/o/otpclient/otpclient_3.2.1-2+b1_amd64.deb