How to Install and Uninstall libdatetime-format-dbi-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libdatetime-format-dbi-perl" package

This guide let you learn how to install libdatetime-format-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libdatetime-format-dbi-perl

2. Uninstall "libdatetime-format-dbi-perl" package

This tutorial shows how to uninstall libdatetime-format-dbi-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdatetime-format-dbi-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libdatetime-format-dbi-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libdatetime-format-dbi-perl
Priority: optional
Section: universe/perl
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.041-2
Depends: perl, libdatetime-perl, libdbi-perl
Recommends: libdatetime-format-db2-perl, libdatetime-format-mysql-perl, libdatetime-format-pg-perl, libdatetime-format-sqlite-perl
Filename: pool/universe/libd/libdatetime-format-dbi-perl/libdatetime-format-dbi-perl_0.041-2_all.deb
Size: 9014
MD5sum: 5a6c3145b893087cbe5b9f686b0acc6f
SHA1: 8fa2a196358a982faa983d391f060ba24aa121b7
SHA256: c087f03ebec89344eb70f1fe596537bbf4262947d00e67fb1291ab864f06e861
Description-en: abstraction layer for DateTime over some database vendors
DateTime::Format::DBI finds a DateTime::Format::* class that is suitable for
the use with a given DBI connection (and DBD::* driver).
.
It currently supports the following format modules: IBM DB2
(DB2)|DateTime::Format::DB2, MySQL|DateTime::Format::MySQL,
Oracle|DateTime::Format::Oracle, PostgreSQL (Pg)|DateTime::Format::Pg,
SQLite|DateTime::Format::SQLite.
.
NOTE: This module provides a quick method to find the correct parser and
formatter class. However, this is usually not sufficient for full database
abstraction. You will also have to cater for differences in the syntax and
semantics of SQL datetime functions (and other SQL commands).
Description-md5: 41acfc677066f383b6205447440aea1f
Homepage: https://metacpan.org/release/DateTime-Format-DBI
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu