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

Last updated: May 14,2024

1. Install "libsql-statement-perl" package

This tutorial shows how to install libsql-statement-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libsql-statement-perl" package

This guide covers the steps necessary to uninstall libsql-statement-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsql-statement-perl
Priority: optional
Section: universe/perl
Installed-Size: 483
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.407-1
Depends: perl, libclone-perl, libmodule-runtime-perl, libparams-util-perl
Recommends: libdbi-perl (>= 1.616), libmath-base-convert-perl, libtext-soundex-perl | perl (<< 5.17.0)
Breaks: libdbd-anydata-perl (<< 0.10), libdbd-csv-perl (<< 0.3000), libdbi-perl (<< 1.612)
Filename: pool/universe/libs/libsql-statement-perl/libsql-statement-perl_1.407-1_all.deb
Size: 161904
MD5sum: 68647b218044a6154269ebc0495807d7
SHA1: bb62cbc74458e6da6860279980842a200b997f66
SHA256: bc7f644b5ef06576d2c0ae771f20bebc4b2f53391f56893f98f6376c4154ac9f
Description-en: module for parsing and processing SQL statements
SQL::Statement is a Perl module that implements a small, abstract SQL engine.
This module is not useful itself, but as a base class for deriving concrete
SQL engines. The implementation is designed to work fine with the DBI driver
DBD::CSV, thus probably not so well suited for a larger environment, but I'd
hope it is extendable without too much problems.
Description-md5: f6921ffdba3a2fb5f7d3fa9540172dd9
Homepage: https://metacpan.org/release/SQL-Statement
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu