How to Install and Uninstall libdbix-dbstag-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libdbix-dbstag-perl" package

Please follow the step by step instructions below to install libdbix-dbstag-perl on Kali Linux

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

2. Uninstall "libdbix-dbstag-perl" package

This guide let you learn how to uninstall libdbix-dbstag-perl on Kali Linux:

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

3. Information about the libdbix-dbstag-perl package on Kali Linux

Package: libdbix-dbstag-perl
Version: 0.12-4
Installed-Size: 293
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdata-stag-perl, libdbd-pg-perl, libdbi-perl, libdbix-dbschema-perl, libparse-recdescent-perl, libxml-perl
Size: 102140
SHA256: ea96c60b4d53b213c30870837be26d6762e01145060f0b9fe17bb9e7e1fa4562
SHA1: 938adec7a234a252508f07a5a586fadb4569fb7a
MD5sum: a5c6119366200a2675b36e62afe1a8a3
Description: 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:
Homepage: https://metacpan.org/release/DBIx-DBStag
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libd/libdbix-dbstag-perl/libdbix-dbstag-perl_0.12-4_all.deb