How to Install and Uninstall libstring-tagged-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 28,2024

1. Install "libstring-tagged-perl" package

This guide let you learn how to install libstring-tagged-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libstring-tagged-perl" package

Here is a brief guide to show you how to uninstall libstring-tagged-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libstring-tagged-perl package on Ubuntu 21.10 (Impish Indri)

Package: libstring-tagged-perl
Architecture: all
Version: 0.16-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 77
Depends: perl
Filename: pool/universe/libs/libstring-tagged-perl/libstring-tagged-perl_0.16-1_all.deb
Size: 27364
MD5sum: ceebddcf398f21872f41fe2853b6714a
SHA1: c88fd7f1b295ef22094fa3c4cbbdd3715ddc709d
SHA256: ca0b57ad85876d36f7819e07c379ca7f1d3f5fac9d85e9c4a9bfd7b3cc3b77ad
SHA512: 6e06587233a1c788ac8ccf416354dcabeb56c0a75273caa8008fe2230087b44c1c3f12d97bbfbdf1e0650ccbdb7d1a1e22c42b0947fb30f783515fd013777580
Homepage: https://metacpan.org/release/String-Tagged
Description-en: 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 non-empty 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: 5edacb3c6de8d98c17a2ed4404eb1382