How to Install and Uninstall libdbd-sqlite2-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 08,2024

1. Install "libdbd-sqlite2-perl" package

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

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

2. Uninstall "libdbd-sqlite2-perl" package

Learn how to uninstall libdbd-sqlite2-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libdbd-sqlite2-perl package on Ubuntu 21.10 (Impish Indri)

Package: libdbd-sqlite2-perl
Architecture: amd64
Version: 2:0.38-1build2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 406
Depends: perl (>= 5.32.0-4), perl-dbdabi-94, perlapi-5.32.0, libc6 (>= 2.28), libdbi-perl (>= 1.625)
Filename: pool/universe/libd/libdbd-sqlite2-perl/libdbd-sqlite2-perl_0.38-1build2_amd64.deb
Size: 169796
MD5sum: 5cb740e15c3b5b592992afe7cd5fd53a
SHA1: 62774419a80029ad183fc51812280080ab620cbf
SHA256: 9ee59d462dd5b27891f639c2809562cde35265e9104093a91591503ee5331861
SHA512: 92d8b31c7b2ceede7a5dc658e4c4ce94a91ccc3d7c4cc6cf12fb0b9d82dd9482f2a6601d1a038c36d5cabfe6af698a9a4fddcce325cfe79e11fe353b7ebb39d8
Homepage: https://metacpan.org/release/DBD-SQLite2
Description-en: Perl DBI driver with a self-contained RDBMS (SQLite2 version)
The DBD::SQLite2 module embeds a small fast embedded SQL database engine
called SQLite into a DBI driver, if you want a relational database for your
project, but don't want to install a large RDBMS system like MySQL or
PostgreSQL, then DBD::SQLite may be just what you need.
.
SQLite supports the following features:
.
* Implements a large subset of SQL92
See http://www.hwaci.com/sw/sqlite/lang.html for details.
.
* 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. So beware. The database also
appears to be significantly faster if your transactions are coarse.
Description-md5: d6f3e6a46e504eff3a169ed4f8c0d1c0