How to Install and Uninstall libdbd-sqlite2-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 08,2024

1. Install "libdbd-sqlite2-perl" package

Please follow the guidance below to install libdbd-sqlite2-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libdbd-sqlite2-perl" package

Learn how to uninstall libdbd-sqlite2-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libdbd-sqlite2-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libdbd-sqlite2-perl
Architecture: amd64
Version: 2:0.38-1build1
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.30.0-7), perl-dbdabi-94, perlapi-5.30.0, libc6 (>= 2.28), libdbi-perl (>= 1.625)
Filename: pool/universe/libd/libdbd-sqlite2-perl/libdbd-sqlite2-perl_0.38-1build1_amd64.deb
Size: 169436
MD5sum: 922d7720583ebb8073a5db6b0990ae93
SHA1: 5b6af4fffece7b58ab851d23d45d725e07481f2b
SHA256: 8c2e80394591908db0e71e41d8de07d9938ac35a25e2fa120606d8afb0b11849
SHA512: 6659bb5db5900968588ad9130ce1743fe6466686be981372f0a458d4b21811183c941a168e402620f21f660ca48d6373b3f39d75d1ee16cb81cdfec4813022a9
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