How to Install and Uninstall libclass-dbi-plugin-retrieveall-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "libclass-dbi-plugin-retrieveall-perl" package

Please follow the step by step instructions below to install libclass-dbi-plugin-retrieveall-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libclass-dbi-plugin-retrieveall-perl

2. Uninstall "libclass-dbi-plugin-retrieveall-perl" package

This tutorial shows how to uninstall libclass-dbi-plugin-retrieveall-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libclass-dbi-plugin-retrieveall-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libclass-dbi-plugin-retrieveall-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libclass-dbi-plugin-retrieveall-perl
Priority: optional
Section: universe/perl
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.04-3
Depends: perl, libclass-dbi-perl (>= 0.95)
Filename: pool/universe/libc/libclass-dbi-plugin-retrieveall-perl/libclass-dbi-plugin-retrieveall-perl_1.04-3_all.deb
Size: 7620
MD5sum: 500ba844c4cfd25c354394969305b908
SHA1: 98bdd513f4cfb9ff4d3702612e029b7f47f90d5e
SHA256: 7a2fade05c1fd0e5353ddc197e789a7a0cb5039f66c7605c796c33c608283fb6
Description-en: Class::DBI plugin providing a more complex retrieve_all() method
Class::DBI::Plugin::RetrieveAll is a simple plugin to a Class::DBI subclass
which provides a 'retrieve_all_sorted_by' method.
.
This method will be exported into the calling class, and allows for
retrieving all the objects of the class, sorted by the given column.
.
The argument given will be passed straight through to the database
'as is', and is not checked in any way, so an error here will
probably result in an error from the database, rather than Class::DBI
itself. However, because of this it is possible to pass more complex
ORDER BY clauses through:
Description-md5: d7633b4357417a0bd2750f44dafa2a14
Homepage: http://search.cpan.org/dist/Class-DBI-Plugin-RetrieveAll/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu