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

Last updated: May 18,2024

1. Install "libdbix-recordset-perl" package

This guide covers the steps necessary to install libdbix-recordset-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdbix-recordset-perl" package

In this section, we are going to explain the necessary steps to uninstall libdbix-recordset-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdbix-recordset-perl
Priority: optional
Section: universe/perl
Installed-Size: 378
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.26-3
Depends: perl, libdbi-perl
Filename: pool/universe/libd/libdbix-recordset-perl/libdbix-recordset-perl_0.26-3_all.deb
Size: 108058
MD5sum: 0d2231db5e5fc5e6f1ebefebbdd02198
SHA1: b36402db1ebb74fc4e5993491ebdaa14ccb660e7
SHA256: 60a4afd033c5a3bc13bb006f25167228eedb94fb1af1eace8169f6177ae58998
Description-en: Perl extension for DBI recordsets
DBIx::Recordset is a perl module for abstraction and simplification of
database access.
.
The goal is to make standard database access (select/insert/update/delete)
easier to handle and independent of the underlying DBMS. Special attention is
made on web applications to make it possible to handle the state-less access
and to process the posted data of form fields, but DBIx::Recordset is not
limited to web applications.
.
DBIx::Recordset uses the DBI API to access the database, so it should
work with every database for which a DBD driver is available (see
also DBIx::Compat).
.
Most public functions take a hash reference as parameter, which makes
it simple to supply various different arguments to the same
function. The parameter hash can also be taken from a hash containing
posted form fields like those available with CGI.pm, mod_perl,
HTML::Embperl and others.
Description-md5: 7d6877461430c310a9d843b8380298d6
Homepage: https://metacpan.org/release/DBIx-Recordset
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu