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

Last updated: May 07,2024

1. Install "libstring-expand-perl" package

In this section, we are going to explain the necessary steps to install libstring-expand-perl on Kali Linux

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

2. Uninstall "libstring-expand-perl" package

Please follow the step by step instructions below to uninstall libstring-expand-perl on Kali Linux:

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

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

Package: libstring-expand-perl
Version: 0.04-5
Installed-Size: 22
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 8052
SHA256: c28f3f46c2e5014b535127d900847da5fbe32f7ff7e17a69dcf7ccd54ddf5409
SHA1: 234bc2447a4772713fe698a7aae011f12b493875
MD5sum: f9dee39cf95ae228c88250462303bca0
Description: string utility functions for expanding variables in self-referential sets
String::Expand implements utility functions for expanding embedded variables
in a string. Variable references are embedded in strings in a similar form to
the Bourne shell, namely, in the form $NAME or ${OTHER_NAME}. In the former
case, the NAME must consist of a capital letter or underscore, and may be
followed by zero or more capital letters, digits or underscores. In the
latter case, the name can consist of any characters, but will be terminated
by the first close brace character '}'.
.
This is especially useful if you want to expand environment variables
inside strings.
.
The string may also contain literal dollar marks, escaped by \$, and literal
escape marks, escaped by \\. These will be converted to $ and \ respectively
on return.
.
While there are many other modules that also provide expansion such as this,
this module provides the function expand_strings(), which will perform
variable expansions in all the values in a given hash, where values can refer
to other values within the same hash.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/String-Expand
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libstring-expand-perl/libstring-expand-perl_0.04-5_all.deb