How to Install and Uninstall libdbix-simple-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libdbix-simple-perl" package

This guide let you learn how to install libdbix-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdbix-simple-perl" package

This is a short guide on how to uninstall libdbix-simple-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libdbix-simple-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdbix-simple-perl
Priority: optional
Section: universe/perl
Installed-Size: 120
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.32-1
Depends: perl, libdbi-perl (>= 1.21)
Recommends: libsql-abstract-perl, libtext-table-perl
Filename: pool/universe/libd/libdbix-simple-perl/libdbix-simple-perl_1.32-1_all.deb
Size: 34042
MD5sum: 2e76a6d61ec1100ed17d4bd9ea13e59a
SHA1: 7485413bc88d26e7fa52702c47639d8ff4265d6e
SHA256: 9b79ddb0600dbcf2feb0cb9d26e61f7beb883f29b6b22b342d462f748e3a91ba
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
Homepage: http://search.cpan.org/dist/DBIx-Simple/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu