How to Install and Uninstall libdbix-simple-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libdbix-simple-perl" package

Learn how to install libdbix-simple-perl on Kali Linux

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

2. Uninstall "libdbix-simple-perl" package

Please follow the guidance below to uninstall libdbix-simple-perl on Kali Linux:

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

3. Information about the libdbix-simple-perl package on Kali Linux

Package: libdbix-simple-perl
Version: 1.37-3
Installed-Size: 87
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libdbi-perl
Recommends: libobject-accessor-perl, libsql-abstract-perl, libtext-table-perl
Size: 37588
SHA256: 94d021951b19e88f4a30203e032f5095d360bbe2a4b033cde9ff899da759e756
SHA1: d60cc3a6057ef972832e069f138dfaac6ae75ad3
MD5sum: c1ad28e8f5f9c0777bc1754c7388a68d
Description: Perl module implementing an simpler interface to DBI
DBIx::Simple provides a simplified interface to DBI, Perl's powerful de-facto
standard database interface. This module is aimed at rapid development and
easy maintenance of your codebase. A single method prepares and executes your
queries, and the result object (which wraps the statement handle) provides
easy row-by-row iteration and slurping methods.
.
The query method returns either a result object, or a dummy object. The dummy
object returns undef (or an empty list) for all methods and when evaluated in
boolean context, is false. The dummy object lets you postpone (or skip) error
checking, but it also makes immediate error checking simple.
Description-md5:
Homepage: https://metacpan.org/release/DBIx-Simple
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libd/libdbix-simple-perl/libdbix-simple-perl_1.37-3_all.deb