How to Install and Uninstall libsql-tiny-perl Package on Kali Linux

Last updated: May 10,2024

1. Install "libsql-tiny-perl" package

This guide let you learn how to install libsql-tiny-perl on Kali Linux

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

2. Uninstall "libsql-tiny-perl" package

This is a short guide on how to uninstall libsql-tiny-perl on Kali Linux:

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

3. Information about the libsql-tiny-perl package on Kali Linux

Package: libsql-tiny-perl
Version: 0.04-2
Installed-Size: 37
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 11568
SHA256: 1e1d087530dc3e489b5d706a146ba88b3777b16c5df04ebf2f399bad0fbed74f
SHA1: 1f9e3af62cde08cf81ab993befb944bd67e691e2
MD5sum: 42e827359375afd36039feb1138fab8a
Description: 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:
Homepage: https://metacpan.org/release/SQL-Tiny
Section: perl
Priority: optional
Filename: pool/main/libs/libsql-tiny-perl/libsql-tiny-perl_0.04-2_all.deb