How to Install and Uninstall libima-dbi-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libima-dbi-perl" package

This guide let you learn how to install libima-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libima-dbi-perl" package

Here is a brief guide to show you how to uninstall libima-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libima-dbi-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libima-dbi-perl
Priority: optional
Section: universe/perl
Installed-Size: 74
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.35-2
Depends: perl, libclass-data-inheritable-perl, libdbi-perl, libdbix-contextualfetch-perl
Filename: pool/universe/libi/libima-dbi-perl/libima-dbi-perl_0.35-2_all.deb
Size: 21114
MD5sum: fae2e269758ac5520a6a5f0b6db84b93
SHA1: b8233ee3567be597a7c227dbbb3841082c7f5de4
SHA256: f3221bd37c09592142cbdb130bca95adee8cc4a7b082239464c6324e114ec66e
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
Homepage: https://metacpan.org/release/Ima-DBI
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu