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

Last updated: May 14,2024

1. Install "libapache-dbi-perl" package

Learn how to install libapache-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libapache-dbi-perl" package

This guide covers the steps necessary to uninstall libapache-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libapache-dbi-perl
Priority: optional
Section: universe/perl
Installed-Size: 147
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.12-1
Depends: perl, libapache2-mod-perl2 | libapache-mod-perl, libdbi-perl
Filename: pool/universe/liba/libapache-dbi-perl/libapache-dbi-perl_1.12-1_all.deb
Size: 47038
MD5sum: 2f277790d210d321a42c7224f0a99dc0
SHA1: e5410eb3d9a5668038ae6c0f47d8c591d35d30d5
SHA256: e61a2ef5680b49ad8be4fb49b64fc7c4ed4d3c0fbf818c025acabdbfacdf6313
Description-en: interface connecting apache server to database via perl's DBI
Apache::DBI and Apache::AuthDBI are to be used with the Apache server and
an embedded perl interpreter like mod_perl. They provide support for basic
authentication and authorization as well as support for persistent database
connections via Perl's Database Independent Interface (DBI).
.
o AuthDBI.pm provides authentication and authorization:
- optional shared cache for passwords to minimize database load
- configurable cleanup-handler deletes outdated entries from the cache
.
o DBI.pm provides persistent database connections:
- connections can be established during server-startup
- configurable rollback to ensure data integrity
- configurable verification of the connections to avoid time-outs.
Description-md5: aa21d640fe152147ea9ad9d45e0b5b66
Homepage: https://metacpan.org/release/Apache-DBI/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu