How to Install and Uninstall libclass-dbi-perl Package on Kali Linux

Last updated: May 19,2024

1. Install "libclass-dbi-perl" package

Here is a brief guide to show you how to install libclass-dbi-perl on Kali Linux

$ sudo apt update $ sudo apt install libclass-dbi-perl

2. Uninstall "libclass-dbi-perl" package

In this section, we are going to explain the necessary steps to uninstall libclass-dbi-perl on Kali Linux:

$ sudo apt remove libclass-dbi-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclass-dbi-perl package on Kali Linux

Package: libclass-dbi-perl
Version: 3.0.17-5
Installed-Size: 232
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-accessor-perl, libclass-data-inheritable-perl, libclass-trigger-perl, libclone-perl, libima-dbi-perl, libuniversal-moniker-perl
Recommends: libclass-dbi-abstractsearch-perl
Suggests: libclass-dbi-loader-perl, libclass-dbi-mysql-perl, libclass-dbi-pg-perl, libclass-dbi-sqlite-perl
Size: 105640
SHA256: 26cd9926d8365927b39b920b06fe4f7d06bcf779651b8b966dcfe1342c4fda33
SHA1: 026be9279bd14cbfc5ef7d3a348a33f8d743dc26
MD5sum: c1d437fa15874b02d39df32918c6cf2e
Description: convenient abstraction layer to a database
Class::DBI not only provides a simple database to object mapping
layer, but can be used to implement several higher order database
functions (triggers, referential integrity, cascading delete etc.),
at the application level, rather than at the database.
.
This is particularly useful when using a database which doesn't
support these (such as MySQL), or when you would like your code to be
portable across multiple databases which might implement these things
in different ways.
.
In short, Class::DBI aims to make it simple to introduce 'best
practice' when dealing with data stored in a relational database.
Description-md5:
Homepage: https://metacpan.org/release/Class-DBI
Tag: devel::lang:perl, devel::lang:sql, devel::library, implemented-in::perl,
works-with::db
Section: perl
Priority: optional
Filename: pool/main/libc/libclass-dbi-perl/libclass-dbi-perl_3.0.17-5_all.deb