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

Last updated: May 01,2024

1. Install "libdbd-sqlite3-perl" package

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

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

2. Uninstall "libdbd-sqlite3-perl" package

This guide let you learn how to uninstall libdbd-sqlite3-perl on Ubuntu 20.10 (Groovy Gorilla):

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

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

Package: libdbd-sqlite3-perl
Architecture: amd64
Version: 1.66-1
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: 463
Depends: perl (>= 5.30.3-4), perl-dbdabi-94, perlapi-5.30.3, libc6 (>= 2.14), libsqlite3-0 (>= 3.10.0)
Filename: pool/universe/libd/libdbd-sqlite3-perl/libdbd-sqlite3-perl_1.66-1_amd64.deb
Size: 155756
MD5sum: 4a04dce9429fbb2de63477237ed3b801
SHA1: 66571f2cb38eb2836594de0bbb7a2f00371cf735
SHA256: ad78ea1e6a37e660aa51fad4e6ab83017af154a312af3c89cd768599e7a65089
SHA512: f62712d89cc56936d18e37e565c65fb1850ca6e68c995c201f002cc0df6a10496a0b103854e42f348b8f73b814b94e158eecdbd58028e6739585e331797b5513
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