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

Last updated: May 18,2024

1. Install "libdbix-contextualfetch-perl" package

Please follow the step by step instructions below to install libdbix-contextualfetch-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdbix-contextualfetch-perl" package

Please follow the instructions below to uninstall libdbix-contextualfetch-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdbix-contextualfetch-perl
Priority: optional
Section: universe/perl
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.03-3
Depends: perl, libdbi-perl (>= 1.35)
Filename: pool/universe/libd/libdbix-contextualfetch-perl/libdbix-contextualfetch-perl_1.03-3_all.deb
Size: 9080
MD5sum: b50b02096133c0100a3ff452a684fecc
SHA1: cda47f0116cc62bd97302b173c346316ff78d859
SHA256: 367901db30358087f6b8c6a3f990694556e4d7d1975a26a22d735ed53d803ee7
Description-en: module to add context aware fetches to DBI
The Perl database independent interface - DBI - does not take much
advantage of Perl's context sensitivity. This is the situation where
a Perl subroutine knows whether the caller wants a single scalar
value or a list of them to be returned.
.
DBIx::ContextualFetch is a sub-class of DBI which redefines some of
the various fetch methods to fix this oversight. It also adds a few
new methods for convenience (though not necessarily efficiency). Much
of this code was originally part of the IMA::DBI Perl module
(libima-dbi-perl package).
Description-md5: e1bf49c8dd003776b47cb2aff3544baa
Homepage: http://search.cpan.org/dist/DBIx-ContextualFetch/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu