How to Install and Uninstall libstring-tokenizer-perl Package on Kali Linux

Last updated: May 05,2024

1. Install "libstring-tokenizer-perl" package

This tutorial shows how to install libstring-tokenizer-perl on Kali Linux

$ sudo apt update $ sudo apt install libstring-tokenizer-perl

2. Uninstall "libstring-tokenizer-perl" package

Please follow the steps below to uninstall libstring-tokenizer-perl on Kali Linux:

$ sudo apt remove libstring-tokenizer-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libstring-tokenizer-perl package on Kali Linux

Package: libstring-tokenizer-perl
Version: 0.06-3
Installed-Size: 37
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 14132
SHA256: 8ee0aa526a104bb7a5824f3ce7fcf2693b518a8813b7cc32a4875f3f943776a2
SHA1: 41f75fc4ece45179191806d34646411f6b774d11
MD5sum: 2b14b31406de1055ab2b5d8ee42775b7
Description: simple string tokenizer
String::Tokenizer is a simple string tokenizer which takes a string and splits
it on whitespace. It also optionally takes a string of characters to use as
delimiters, and returns them with the token set as well. This allows for
splitting the string in many different ways.
.
This is a very basic tokenizer, so more complex needs should be either
addressed with a custom written tokenizer or post-processing of the output
generated by this module. Basically, this will not fill everyones needs, but
it spans a gap between simple split / /, $string and the other options that
involve much larger and complex modules.
.
Also note that this is not a lexical analyser. Many people confuse
tokenization with lexical analysis. A tokenizer mearly splits its input into
specific chunks, a lexical analyzer classifies those chunks. Sometimes these
two steps are combined, but not here.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/String-Tokenizer
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libstring-tokenizer-perl/libstring-tokenizer-perl_0.06-3_all.deb