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

Last updated: May 13,2024

1. Install "libsql-abstract-more-perl" package

Please follow the step by step instructions below to install libsql-abstract-more-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libsql-abstract-more-perl" package

Please follow the step by step instructions below to uninstall libsql-abstract-more-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsql-abstract-more-perl
Priority: optional
Section: universe/perl
Installed-Size: 119
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.27-1
Depends: perl, libmro-compat-perl, libnamespace-clean-perl, libparams-validate-perl, libsql-abstract-perl (>= 1.73)
Filename: pool/universe/libs/libsql-abstract-more-perl/libsql-abstract-more-perl_1.27-1_all.deb
Size: 33012
MD5sum: 64d8e032da54dc259299db23ce16e193
SHA1: 16e0e22e1718bfde22417c5195b12f32850e94d6
SHA256: 4ea7bd1c7d26236d247957e37d67bd3be00f4b2d0774a45d37fafc04cbaa1d42
Description-en: extension of SQL::Abstract with more constructs and more flexible API
Sql::Abstract::More generates SQL from Perl datastructures. This is a
subclass of SQL::Abstract, fully compatible with the parent class, but with
some additions:
.
1) additional SQL constructs like -union, -group_by, join, etc;
.
2) methods take arguments as named parameters instead of positional
parameters, so that various SQL fragments are more easily identified;
.
3) values passed to select, insert or update can directly incorporate
information about datatypes, in the form of arrayrefs of shape [$value,
\%type].
Description-md5: 9a28d5c76149dc77f7139470f4911ae3
Homepage: https://metacpan.org/release/SQL-Abstract-More
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu