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

Last updated: February 02,2025

1. Install "libima-dbi-perl" package

Please follow the step by step instructions below to install libima-dbi-perl on Kali Linux

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

2. Uninstall "libima-dbi-perl" package

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

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

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

Package: libima-dbi-perl
Version: 0.35-3
Installed-Size: 49
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libclass-data-inheritable-perl, libdbi-perl, libdbix-contextualfetch-perl
Size: 23284
SHA256: 8f64edeca1816f5407ce368bc9a8db7dab27312358c4758151ff02130e2368af
SHA1: 60a5d18637d737b7e174b0593b8788fb3bbec5be
MD5sum: ef1264e561b5af7a7559952bf88aca46
Description: module for database connection caching and organization
Ima::DBI attempts to organize and facilitate caching and more
efficient use of database connections and statement handles.
.
One of the things that can be annoying about writing large programs
with DBI is making sure that you do not have duplicate database
handles open. There is also the issue of the somewhat wasteful nature
of the prepare/execute/finish route that users tend to go through.
.
The new DBI->connect_cached and DBI->prepare_cached help a lot, but
you still have to throw around global information about the data
source, username and password.
.
So, after a while the author grew a small library of DBI helper
routines and techniques. Ima::DBI is the culmination of all this,
put into a nice(?), clean(?) class to be inherited from.
Description-md5:
Homepage: https://metacpan.org/release/Ima-DBI
Tag: devel::lang:perl, devel::library, implemented-in::perl, works-with::db
Section: perl
Priority: optional
Filename: pool/main/libi/libima-dbi-perl/libima-dbi-perl_0.35-3_all.deb