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

Last updated: May 19,2024

1. Install "libclass-dbi-perl" package

Please follow the guidance below to install libclass-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libclass-dbi-perl" package

This is a short guide on how to uninstall libclass-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libclass-dbi-perl
Priority: optional
Section: universe/perl
Installed-Size: 261
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 3.0.17-4
Depends: libclass-accessor-perl (>= 0.18), libclass-data-inheritable-perl (>= 0.02), libima-dbi-perl (>= 0.33), libclass-trigger-perl (>= 0.07), libuniversal-moniker-perl (>= 0.06), libclone-perl, perl
Recommends: libclass-dbi-abstractsearch-perl
Suggests: libclass-dbi-pg-perl, libclass-dbi-mysql-perl, libclass-dbi-sqlite-perl, libclass-dbi-loader-perl
Filename: pool/universe/libc/libclass-dbi-perl/libclass-dbi-perl_3.0.17-4_all.deb
Size: 107222
MD5sum: ccc2236eb3079af39cb085c3df041d56
SHA1: 366b446a5b75585d56a9517dde8910dbe5d51d8f
SHA256: 708a5e53278d003f8fc5e9fe39956d49f002b1b97fe042e4e651ea1dbfb7daf8
Description-en: 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: 7064453f2b30ba5aa86c0b0b22a0cdec
Homepage: http://search.cpan.org/~tmtm/Class-DBI/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu