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

Last updated: May 17,2024

1. Install "libdbix-dbstag-perl" package

This guide covers the steps necessary to install libdbix-dbstag-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdbix-dbstag-perl

2. Uninstall "libdbix-dbstag-perl" package

Learn how to uninstall libdbix-dbstag-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdbix-dbstag-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdbix-dbstag-perl
Priority: optional
Section: universe/perl
Installed-Size: 324
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.12-1
Depends: perl, libdata-stag-perl, libdbd-pg-perl, libdbi-perl, libdbix-dbschema-perl, libparse-recdescent-perl, libxml-perl
Filename: pool/universe/libd/libdbix-dbstag-perl/libdbix-dbstag-perl_0.12-1_all.deb
Size: 119172
MD5sum: 2aa031844c063ff1165a28456d04bd81
SHA1: 8546f86f2f2a9c4dd1ae9b8ae68cbe407d2ecd9b
SHA256: 066d8e0067504f3f399aa06c7738edc152ad8bc94032728f5430ed75106b9a95
Description-en: module providing relational database to hierarchical mapping
The module DBIx::DBStag is for mapping from databases to Stag objects
(Structured Tags - see the Data::Stag manpage), which can also be
represented as XML. It has two main uses:
.
Querying
This module can take the results of any SQL query and decompose the
flattened results into a tree data structure which reflects the
foreign keys in the underlying relational schema. It does this by
looking at the SQL query and introspecting the database schema,
rather than requiring metadata or an object model.
.
In this respect, the module works just like a regular the DBI
manpage handle, with some extra methods provided.
.
Storing Data
DBStag objects can store any tree-like datastructure (such as XML
documents) into a database using normalized schema that reflects the
structure of the tree being stored. This is done using little or no
metadata.
.
XML can also be imported, and a relational schema automatically
generated.
Description-md5: ccf3f3aa2b814edc69d0b32962797549
Homepage: http://search.cpan.org/dist/DBIx-DBStag/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu