How to Install and Uninstall libdata-stag-perl Package on Kali Linux

Last updated: October 05,2024

1. Install "libdata-stag-perl" package

Please follow the steps below to install libdata-stag-perl on Kali Linux

$ sudo apt update $ sudo apt install libdata-stag-perl

2. Uninstall "libdata-stag-perl" package

Please follow the steps below to uninstall libdata-stag-perl on Kali Linux:

$ sudo apt remove libdata-stag-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdata-stag-perl package on Kali Linux

Package: libdata-stag-perl
Version: 0.14-3
Installed-Size: 837
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libio-string-perl
Recommends: perl-tk, libgd-gd2-perl | libgd-gd2-noxpm-perl, libxml-libxslt-perl, libmldbm-perl, libgraph-perl, libxml-perl
Size: 447664
SHA256: a549a87e7d572b685f9c910411599dc2ee78df307e3cf5ea0e2c041ee605ba9c
SHA1: ff636b897c69d8048e0f349bc34ef1e329c17f57
MD5sum: 4415e51994c0a2970dcd2c4c1239eb66
Description: module to manipulate Structured Tags datastructures
Data::Stag is for manipulating data as hierarchical tag/value
pairs (Structured TAGs or Simple Tree AGgreggates). These
datastructures can be represented as nested arrays, which have the
advantage of being native to perl. A simple example is shown below:
.
[ person=> [ [ family_name => $family_name ],
[ given_name => $given_name ],
[ phone_no => $phone_no ] ] ],
.
Data::Stag uses a subset of XML for import and export. This
means the module can also be used as a general XML parser/writer (with
certain caveats).
Description-md5:
Homepage: http://stag.sourceforge.net/
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdata-stag-perl/libdata-stag-perl_0.14-3_all.deb