How to Install and Uninstall libdbd-sqlite2-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "libdbd-sqlite2-perl" package

Here is a brief guide to show you how to install libdbd-sqlite2-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdbd-sqlite2-perl" package

This guide covers the steps necessary to uninstall libdbd-sqlite2-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libdbd-sqlite2-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdbd-sqlite2-perl
Priority: optional
Section: universe/perl
Installed-Size: 403
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 2:0.37-1build1
Depends: perl (>= 5.22.1-1), perl-dbdabi-94, perlapi-5.22.1, libc6 (>= 2.14), libdbi-perl (>= 1.625)
Filename: pool/universe/libd/libdbd-sqlite2-perl/libdbd-sqlite2-perl_0.37-1build1_amd64.deb
Size: 168156
MD5sum: d226fc996c06f667ad6dc5c25b19d4db
SHA1: 38fba08f96023052c68cc0d3d363ec7d3d5e8dd7
SHA256: 5b9184aadaefba03e6934602ee91e6a76fb673c9ed2b4028cff25b75a3a1af04
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
Homepage: https://metacpan.org/release/DBD-SQLite2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu