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

Last updated: April 30,2024

1. Install "libdbd-sqlite3-perl" package

This is a short guide on how to install libdbd-sqlite3-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libdbd-sqlite3-perl" package

In this section, we are going to explain the necessary steps to uninstall libdbd-sqlite3-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdbd-sqlite3-perl
Priority: optional
Section: universe/perl
Installed-Size: 399
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.50-1
Depends: perl (>= 5.22.1-7), perl-dbdabi-94, perlapi-5.22.1, libc6 (>= 2.14), libsqlite3-0 (>= 3.10.0)
Filename: pool/universe/libd/libdbd-sqlite3-perl/libdbd-sqlite3-perl_1.50-1_amd64.deb
Size: 142906
MD5sum: 03e9b5b1ba29bd2069db078765512814
SHA1: 0773efb04c8f522aa3eba41fbbf4455b2460ba60
SHA256: 84664eaf140bb96acad8c2d3a5a62171fd935c371d301c6b5c0acb8a1545fc1d
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
Homepage: https://metacpan.org/release/DBD-SQLite
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu