How to Install and Uninstall libdbix-simple-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "libdbix-simple-perl" package

This is a short guide on how to install libdbix-simple-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libdbix-simple-perl" package

This guide covers the steps necessary to uninstall libdbix-simple-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libdbix-simple-perl package on Ubuntu 21.10 (Impish Indri)

Package: libdbix-simple-perl
Architecture: all
Version: 1.37-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 82
Depends: perl, libdbi-perl
Recommends: libobject-accessor-perl | perl (<< 5.18.5), libsql-abstract-perl, libtext-table-perl
Filename: pool/universe/libd/libdbix-simple-perl/libdbix-simple-perl_1.37-1_all.deb
Size: 33272
MD5sum: 203d1752ac4d3fe05d25dbda2070074b
SHA1: c9bfaf31e0d1c118107cac76d4e6f9f46e9828cc
SHA256: 02b2273fd41ec7f327eb83aa4d1a38cf06e2c9eb538b977da19a341b4285b95f
SHA512: eed637107579a1b74b9e5650384976c72f595615d085071d9228346fcdd9c70bc401b89fb33e939087c8c20427e553f5d42c27e31bcfd31f08a6faa8b26b89e6
Homepage: https://metacpan.org/release/DBIx-Simple
Description-en: 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: 9a1e1b0f7177572f9add5df090025eb7