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

Last updated: May 17,2024

1. Install "libdbix-abstract-perl" package

In this section, we are going to explain the necessary steps to install libdbix-abstract-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdbix-abstract-perl

2. Uninstall "libdbix-abstract-perl" package

Please follow the step by step instructions below to uninstall libdbix-abstract-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdbix-abstract-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdbix-abstract-perl
Priority: optional
Section: universe/perl
Installed-Size: 97
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.040-1
Depends: perl, libcheck-isa-perl, libdbi-perl
Filename: pool/universe/libd/libdbix-abstract-perl/libdbix-abstract-perl_1.040-1_all.deb
Size: 22366
MD5sum: 0bc923b7a2757648644e7228f2a4d48e
SHA1: 9a98ed14dbc5c7bcc9e43d97a37b60b0ca6cb264
SHA256: 4726bc10f604bb550f5534892ba9d37ee6bef370d904fcd37ca6e867da40e9de
Description-en: DBI SQL abstraction
DBIX::Abstract provides methods for retrieving and storing data in SQL
databases. It provides methods for all of the more important SQL
commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE).
.
It endeavors to produce an interface that will be intuitive to those
already familiar with SQL.
.
Notable features include:
* data_source generation for some DBD drivers.
* Can check to make sure the connection is not stale and reconnect if
it is.
* Controls statement handles for you.
* Can delay writes.
* Generates complex where clauses from hashes and arrays.
* Shortcuts (convenience functions) for some common cases.
(Like select_all_to_hashref.)
Description-md5: ba62743b01d4680799d793c182fb319e
Homepage: https://metacpan.org/release/DBIx-Abstract/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu