How to Install and Uninstall libdbd-sqlite3-perl Package on Kali Linux

Last updated: May 01,2024

1. Install "libdbd-sqlite3-perl" package

Please follow the steps below to install libdbd-sqlite3-perl on Kali Linux

$ sudo apt update $ sudo apt install libdbd-sqlite3-perl

2. Uninstall "libdbd-sqlite3-perl" package

Please follow the guidance below to uninstall libdbd-sqlite3-perl on Kali Linux:

$ sudo apt remove libdbd-sqlite3-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdbd-sqlite3-perl package on Kali Linux

Package: libdbd-sqlite3-perl
Source: libdbd-sqlite3-perl (1.74-1)
Version: 1.74-1+b1
Installed-Size: 492
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perl-dbdabi-94, perlapi-5.38.2, libc6 (>= 2.14), libsqlite3-0 (>= 3.38.0)
Size: 175252
SHA256: 6ab74258914239a9c2cae2682ec4ea2ae89a658ce2bf1dce4a31a8ecbe424e76
SHA1: 934a6bf92d03df87f588b7a3a720f037502bcd26
MD5sum: e95a8bfadef4e8bfd958154d48444932
Description: Perl DBI driver with a self-contained RDBMS
DBD::SQLite is a Perl DBI driver with a self-contained relational database
management system. It embeds a small and fast embedded SQL database engine
called SQLite (see sqlite3) into a DBI driver. It is useful if you want a
relational database for your project, but don't want to install a large
RDBMS system like MySQL or PostgreSQL.
.
SQLite supports the following features:
.
* Implements a large subset of SQL92 ()
* A complete DB in a single disk file
Everything for your database is stored in a single disk file, making it
easier to move things around than with DBD::CSV.
* Atomic commit and rollback
.
The engine is very fast, but for updates/inserts/dml it does perform a global
lock on the entire database. This, obviously, might not be good for multiple
user systems. The database also appears to be significantly faster if your
transactions are coarse.
Description-md5:
Multi-Arch: same
Homepage: https://metacpan.org/release/DBD-SQLite
Tag: devel::lang:perl, devel::lang:sql, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, works-with::db
Section: perl
Priority: optional
Filename: pool/main/libd/libdbd-sqlite3-perl/libdbd-sqlite3-perl_1.74-1+b1_amd64.deb