How to Install and Uninstall libtext-balanced-perl Package on Kali Linux

Last updated: May 20,2024

1. Install "libtext-balanced-perl" package

Please follow the guidance below to install libtext-balanced-perl on Kali Linux

$ sudo apt update $ sudo apt install libtext-balanced-perl

2. Uninstall "libtext-balanced-perl" package

Learn how to uninstall libtext-balanced-perl on Kali Linux:

$ sudo apt remove libtext-balanced-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libtext-balanced-perl package on Kali Linux

Package: libtext-balanced-perl
Version: 2.06-2
Installed-Size: 112
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 42420
SHA256: 160b77f00a2433a7ca88645e56c3abc5bdce71af609e30bb545a77e95ecaaf64
SHA1: 85c6caa703a2603a90cfb5adf460bd76b77b0c36
MD5sum: f5a47616d9b6f7ac7bbd3476411106fd
Description: Perl module for extraction of delimited text from strings
Text::Balanced provides various extract_... subroutines may be used to
extract a delimited substring, possibly after skipping a specified prefix
string. By default, that prefix is optional whitespace (/\s*/), but can be
changed.
.
The substring to be extracted must appear at the current pos location of the
string's variable (or at index zero, if no current location is defined). In
other words, the extract_... subroutines don't extract the first occurrence
of a substring anywhere in a string (like an unanchored regex would). Rather,
they extract an occurrence of the substring appearing immediately at the
current matching position in the string (like a \G-anchored regex would).
Description-md5:
Homepage: https://metacpan.org/release/Text-Balanced
Section: perl
Priority: optional
Filename: pool/main/libt/libtext-balanced-perl/libtext-balanced-perl_2.06-2_all.deb