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

Last updated: March 28,2024

1. Install "libstring-tagged-perl" package

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

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

2. Uninstall "libstring-tagged-perl" package

In this section, we are going to explain the necessary steps to uninstall libstring-tagged-perl on Kali Linux:

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

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

Package: libstring-tagged-perl
Version: 0.22-1
Installed-Size: 90
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 34644
SHA256: da729dc172559ebcdaadabe516270251fef59cbaeb24bbc9713dd1e99efce06c
SHA1: 8a698d6c609a1436916d62150e024431a5fed08d
MD5sum: 71387e239cb0794febe34d998feb212a
Description: string buffers with value tags on extents
String::Tagged implements an object class, instances of which store a
(mutable) string buffer that supports tags. A tag is a name/value pair that
applies to some extent of the underlying string.
.
The types of tag names ought to be strings, or at least values that are
well-behaved as strings, as the names will often be used as the keys in
hashes or applied to the eq operator.
.
The types of tag values are not restricted - any scalar will do. This could
be a simple integer or string, ARRAY or HASH reference, or even a CODE
reference containing an event handler of some kind.
.
Tags may be arbitrarily overlapped. Any given offset within the string has in
effect, a set of uniquely named tags. Tags of different names are
independent. For tags of the same name, only the latest, shortest tag takes
effect.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/String-Tagged
Section: perl
Priority: optional
Filename: pool/main/libs/libstring-tagged-perl/libstring-tagged-perl_0.22-1_all.deb