How to Install and Uninstall session-token Package on Kali Linux

Last updated: May 12,2024

1. Install "session-token" package

In this section, we are going to explain the necessary steps to install session-token on Kali Linux

$ sudo apt update $ sudo apt install session-token

2. Uninstall "session-token" package

This is a short guide on how to uninstall session-token on Kali Linux:

$ sudo apt remove session-token $ sudo apt autoclean && sudo apt autoremove

3. Information about the session-token package on Kali Linux

Package: session-token
Version: 0.102-2
Installed-Size: 27
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libsession-token-perl
Size: 7692
SHA256: 1b4c7ee569488f055680aec7a5d402e2db18d6cd9094931c891a329ca5f79854
SHA1: 7ed5400c5d7394eddd801cfd4464ced404ccf049
MD5sum: d5464ae017231f6b881bfeec60aa475e
Description: command-line script for generating session tokens
session-token is a script, using the Session::Token module, to create session
tokens, password reset codes, temporary passwords, random identifiers, etc.
.
It performs a similar task as `openssl rand -base64 16' but is more flexible
regarding the alphabet used, and can efficiently generate a large number of
random tokens.
Description-md5:
Homepage: https://metacpan.org/release/App-Session-Token
Section: perl
Priority: optional
Filename: pool/main/s/session-token/session-token_0.102-2_all.deb

5. The same packages on other Linux Distributions