How to Install and Uninstall libdancer2-plugin-database-perl Package on Kali Linux

Last updated: April 29,2024

1. Install "libdancer2-plugin-database-perl" package

This is a short guide on how to install libdancer2-plugin-database-perl on Kali Linux

$ sudo apt update $ sudo apt install libdancer2-plugin-database-perl

2. Uninstall "libdancer2-plugin-database-perl" package

Here is a brief guide to show you how to uninstall libdancer2-plugin-database-perl on Kali Linux:

$ sudo apt remove libdancer2-plugin-database-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdancer2-plugin-database-perl package on Kali Linux

Package: libdancer2-plugin-database-perl
Version: 2.17-3
Installed-Size: 37
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdancer-plugin-database-core-perl, libdancer2-perl
Size: 15728
SHA256: caf54f9cd0fe354b96d17e79fcccdbf07962adf9cdd432475180f9001a7aa717
SHA1: 26d3c6c64a89f68bb51c161ab48accbd866532b3
MD5sum: 2228024153fc15f1e48a0daaed0e2d20
Description: module for easy database connections for Dancer2 applications
Dancer2::Plugin::Database Provides an easy way to obtain a connected DBI
database handle by simply calling the database keyword within your Dancer2
application
.
The module returns a Dancer::Plugin::Database::Core::Handle object, which is
a subclass of DBI's `DBI::db' connection handle object, so it does everything
you'd expect to do with DBI, but also adds a few convenience methods.
.
It takes care of ensuring that the database handle is still connected and
valid. If the handle was last asked for more than
`connection_check_threshold' seconds ago, it will check that the connection
is still alive, using either the `$dbh->ping' method if the DBD driver
supports it, or performing a simple no-op query against the database if not.
If the connection has gone away, a new connection will be obtained and
returned. This avoids any problems for a long-running script where the
connection to the database might go away.
.
Care is taken that handles are not shared across processes/threads, so this
should be thread-safe with no issues with transactions etc.
Description-md5:
Homepage: https://metacpan.org/release/Dancer2-Plugin-Database
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libd/libdancer2-plugin-database-perl/libdancer2-plugin-database-perl_2.17-3_all.deb