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

Last updated: May 18,2024

1. Install "libtest-database-perl" package

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

$ sudo apt update $ sudo apt install libtest-database-perl

2. Uninstall "libtest-database-perl" package

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

$ sudo apt remove libtest-database-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libtest-database-perl
Version: 1.113-2
Installed-Size: 112
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdbi-perl, libfile-homedir-perl, libyaml-tiny-perl
Suggests: libdbd-csv-perl, libdbd-sqlite3-perl
Size: 45184
SHA256: 9e3c04b0977d3063e62a8aad6bb8a0f141fbc77c4d9ef92e22210d67ca8b5312
SHA1: d0acd52c3125310b40ab6bc60edc2b9808b095fe
MD5sum: 4efc165603334b061fd45e602f470ba6
Description: support for testing against multiple unspecified databases
From the perspective of a module author, this allows you to write tests
against a datbase without knowing precisely which databases will be used.
You call Test::Database->handles() and you get a number of DBI handles
against which you can run your tests. You can specify which Databases you
are willing to support.
.
From the perspective of someone installing a perl module which uses
Test::Database, you put a config file in your home directory which
explains how to connect to non-file based databases. File based databases
do not normally needed configuration so long as the DBD driver is available.
Description-md5:
Homepage: https://metacpan.org/release/Test-Database
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libt/libtest-database-perl/libtest-database-perl_1.113-2_all.deb