How to Install and Uninstall libsql-tiny-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 14,2024

1. Install "libsql-tiny-perl" package

This guide covers the steps necessary to install libsql-tiny-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libsql-tiny-perl" package

This guide covers the steps necessary to uninstall libsql-tiny-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libsql-tiny-perl package on Ubuntu 21.10 (Impish Indri)

Package: libsql-tiny-perl
Architecture: all
Version: 0.04-1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 35
Depends: perl
Filename: pool/universe/libs/libsql-tiny-perl/libsql-tiny-perl_0.04-1_all.deb
Size: 11136
MD5sum: fecad94e7c4a023ac17ea63a0c62d9d0
SHA1: 406f15a943969f1c53eaba6442e101fcb3fe29a0
SHA256: ffa35209621fd5c8c24af1d615dac442c07e2284e1ed86c1fd3942df84d644e9
SHA512: 20504d42b8e6a25a90332acb3e465e9797be93355fe2e134657e80e8ccbade3cf0f7ad43601fc880a9c199d25af3078850bc33ae8c3eca8c1ae4f82639e3af2e
Homepage: https://metacpan.org/release/SQL-Tiny
Description-en: simple SQL-building library
SQL::Tiny is a very simple SQL-building library. It's not for all SQL needs,
only the very simple ones.
.
SQL::Tiny is for generating SQL code for simple cases. It doesn't handle
JOINs. It doesn't handle GROUP BY. It doesn't handle subselects. It's only
for simple SQL.
.
The trade-off for that brevity of code is that SQL::Tiny has to make new SQL
and binds from the input every time. You can't cache the SQL that comes back
from SQL::Tiny because the placeholders could vary depending on what the
input data is. Therefore, you don't want to use SQL::Tiny where speed is
essential.
Description-md5: 65713d7e4194d05ea7ba19e520aea7a4