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

Last updated: May 17,2024

1. Install "libdbix-class-perl" package

Please follow the steps below to install libdbix-class-perl on Kali Linux

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

2. Uninstall "libdbix-class-perl" package

Please follow the step by step instructions below to uninstall libdbix-class-perl on Kali Linux:

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

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

Package: libdbix-class-perl
Version: 0.082843-1
Installed-Size: 2113
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-accessor-grouped-perl, libclass-c3-componentised-perl, libclass-inspector-perl, libconfig-any-perl, libcontext-preserve-perl, libdata-dumper-concise-perl, libdbi-perl, libdevel-globaldestruction-perl, libhash-merge-perl, libmodule-find-perl, libmoo-perl, libnamespace-clean-perl, libpath-class-perl, libscope-guard-perl, libsql-abstract-classic-perl, libsub-name-perl, libtry-tiny-perl
Recommends: libsql-translator-perl
Suggests: libclone-perl, libgetopt-long-descriptive-perl, libjson-any-perl, libmath-base36-perl, libmoose-perl, libmoosex-types-json-perl, libmoosex-types-loadableclass-perl, libmoosex-types-path-class-perl, libmoosex-types-perl, libtext-csv-perl
Breaks: libdbicx-sugar-perl (<< 0.0200-2~)
Size: 756700
SHA256: d5120bc7f393958a600cc04b2cadbaee38932500b5dc3f70de1820ca56eea905
SHA1: 18b07c09bd9f70e5b7ee48f61b188a70da73a923
MD5sum: 8cf07a28b821cfe88335b75e00ac4a3f
Description: extensible and flexible object <-> relational mapper
DBIx::Class is an SQL to OO mapper with an object API inspired by Class::DBI
(and a compatibility layer as a springboard for porting) and a resultset API
that allows abstract encapsulation of database operations. It aims to make
representing queries in your code as perl-ish as possible while still
providing access to as many of the capabilities of the database as possible,
including retrieving related records from multiple tables in a single query,
JOIN, LEFT JOIN, COUNT, DISTINCT, GROUP BY and HAVING support.
.
DBIx::Class can handle multi-column primary and foreign keys, complex queries
and database-level paging, and does its best to only query the database in
order to return something you've directly asked for. If a resultset is used
as an iterator it only fetches rows off the statement handle as requested
in order to minimise memory usage. It has auto-increment support for SQLite,
MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in
production on at least the first four, and is fork- and thread-safe out of
the box (although your DBD may not be).
Description-md5:
Homepage: https://metacpan.org/release/DBIx-Class
Tag: role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdbix-class-perl/libdbix-class-perl_0.082843-1_all.deb