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

Last updated: May 13,2024

1. Install "libsql-abstract-perl" package

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

$ sudo apt update $ sudo apt install libsql-abstract-perl

2. Uninstall "libsql-abstract-perl" package

Please follow the guidelines below to uninstall libsql-abstract-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsql-abstract-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libsql-abstract-perl
Priority: optional
Section: universe/perl
Installed-Size: 236
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.81-1
Depends: perl, libhash-merge-perl, libmoo-perl (>= 1.004002)
Filename: pool/universe/libs/libsql-abstract-perl/libsql-abstract-perl_1.81-1_all.deb
Size: 71700
MD5sum: d82624ba73345eefd1202304604f7411
SHA1: 26b806a1d74fddd45bb371c910c27c16cac9251d
SHA256: 9114372af0a3721c217fadc8924384e28f60ab2574df92fd34d8a42c11b9ade6
Description-en: module to generate SQL from Perl data structures
SQL::Abstract is a Perl module that allows developers to generate SQL from
Perl data strutures, inspired by DBIx::Abstract. The intent of this module
is to provide abstract SQL generation methods, allowing one to generate SQL
while retaining complete control over the statement handles.
.
There are many important differences between this module and DBIx::Abstract,
especially when it comes to WHERE clauses. Chief among these changes is a
new design to make it easier to generate SQL from Perl data structures and
hopefully more intuitive. The underlying idea is that this module does what
you mean, based on the data structures you provide it; the biggest advantage
is that you don't have to modify your code every time your data changes.
Description-md5: 1e9f839b946a102a117fd53b345cbdb0
Homepage: https://metacpan.org/release/SQL-Abstract
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu