How to Install and Uninstall libima-dbi-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 27,2024

1. Install "libima-dbi-perl" package

Learn how to install libima-dbi-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libima-dbi-perl" package

Learn how to uninstall libima-dbi-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libima-dbi-perl package on Ubuntu 21.10 (Impish Indri)

Package: libima-dbi-perl
Architecture: all
Version: 0.35-2.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 46
Depends: perl:any, libclass-data-inheritable-perl, libdbi-perl, libdbix-contextualfetch-perl
Filename: pool/universe/libi/libima-dbi-perl/libima-dbi-perl_0.35-2.1_all.deb
Size: 20532
MD5sum: 5a7d487a569b29c8f4960706c84284f2
SHA1: 4bfefbc8829bc58d972df9c10a37964e65f2d9b6
SHA256: 569725e55d6d8d88f0b43df0fa0b02d83858bc0b94079151f12c725f69ff1f92
SHA512: 37231ee1e298e3c22344d56117b7c9531f150f5ad53e0d309c4fd840eafefd5d1f8e3ca2443131f814f92267777758044fcef16e9e2354d47edf7c6364bb5e66
Homepage: https://metacpan.org/release/Ima-DBI
Description-en: 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: 15d6f3b63627d604e40f6696b145a3f1