How to Install and Uninstall libapache-dbi-perl Package on Kali Linux

Last updated: May 14,2024

1. Install "libapache-dbi-perl" package

This guide covers the steps necessary to install libapache-dbi-perl on Kali Linux

$ 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 Kali Linux:

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

3. Information about the libapache-dbi-perl package on Kali Linux

Package: libapache-dbi-perl
Version: 1.12-3
Installed-Size: 124
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libapache2-mod-perl2, libdbi-perl
Size: 48484
SHA256: 1ea07179693764c4f1bf7d340557a461352b7cff3324c39082d9a84188311d70
SHA1: 2ddc3a2945966e85361d8fb58355b3d89b1dd160
MD5sum: 364e2f54c9f89f931be34b3406cd4eb4
Description: 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:
Homepage: https://metacpan.org/release/Apache-DBI
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::devel-lib,
suite::apache, works-with::db
Section: perl
Priority: optional
Filename: pool/main/liba/libapache-dbi-perl/libapache-dbi-perl_1.12-3_all.deb