How to Install and Uninstall libdata-stag-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libdata-stag-perl" package

In this section, we are going to explain the necessary steps to install libdata-stag-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdata-stag-perl" package

Please follow the guidance below to uninstall libdata-stag-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libdata-stag-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdata-stag-perl
Priority: optional
Section: universe/perl
Installed-Size: 835
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.14-1ubuntu2
Depends: perl, libio-string-perl
Recommends: perl-tk, libgd-gd2-perl | libgd-gd2-noxpm-perl, libxml-libxslt-perl, libmldbm-perl, libgraph-perl, libxml-perl
Filename: pool/universe/libd/libdata-stag-perl/libdata-stag-perl_0.14-1ubuntu2_all.deb
Size: 365914
MD5sum: 326f8b1ec013385e5355d5b52e1f4b94
SHA1: 922f8313f6e99fb4850c5266dbeb499cb0c0d52f
SHA256: 9dc1488c375f4d2f0bf1a8ee2663366e536d9304106a2530ea68ee56d4ae1095
Description-en: 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: 664697fca653fabe900e2a8989c71311
Homepage: http://stag.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu