How to Install and Uninstall libdbd-sqlite3-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 01,2024

1. Install "libdbd-sqlite3-perl" package

This tutorial shows how to install libdbd-sqlite3-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libdbd-sqlite3-perl" package

Please follow the guidelines below to uninstall libdbd-sqlite3-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libdbd-sqlite3-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libdbd-sqlite3-perl
Architecture: amd64
Version: 1.66-1build1
Multi-Arch: same
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 459
Depends: perl (>= 5.32.0-4), perl-dbdabi-94, perlapi-5.32.0, libc6 (>= 2.14), libsqlite3-0 (>= 3.10.0)
Filename: pool/universe/libd/libdbd-sqlite3-perl/libdbd-sqlite3-perl_1.66-1build1_amd64.deb
Size: 154860
MD5sum: 75a4402d642508a0757ffdbb82742746
SHA1: d5e1a293f2a32880fca28c6310911bc5172b2531
SHA256: 65b9df464659142c664641328fdfeccd1e93a38346234017da329288ed5aff57
SHA512: 1c3ae6ad8f7dd8c0f43ad51871ef42d7aa804d2fd997a677c2af34d2a462558c316a7b39efb9ba18282b0240579a3e41602129653c7f1859d326dc52805b633c
Homepage: https://metacpan.org/release/DBD-SQLite
Description-en: 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: 8a3b0ad4d51c995e128a17cddbee5420