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

Last updated: May 15,2024

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

Please follow the guidance below to install libdatetime-format-oracle-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This is a short guide on how to uninstall libdatetime-format-oracle-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libdatetime-format-oracle-perl
Priority: optional
Section: universe/perl
Installed-Size: 62
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.06-1
Depends: perl, libconvert-nls-date-format-perl (>= 0.03), libdatetime-format-builder-perl, libdatetime-perl
Filename: pool/universe/libd/libdatetime-format-oracle-perl/libdatetime-format-oracle-perl_0.06-1_all.deb
Size: 10306
MD5sum: 879a284e0f7efa62d743e72b9a8f5e8a
SHA1: 91fb41fabef28b00966afd4e9e400b0d224d7065
SHA256: 347ff39f6b63b85f0fb7a2a1f7b3aa87372d4f7fc2ad70e1f2cb0c31085739e1
Description-en: module for parsing and formatting Oracle dates and timestamps
DateTime::Format::Oracle may be used to convert Oracle date and timestamp
values into DateTime objects. It also can take a DateTime object and produce
a date string matching the NLS_DATE_FORMAT.
.
Oracle has flexible date formatting via its NLS_DATE_FORMAT session variable.
Date values will be returned from Oracle according to the current value of
that variable. Date values going into Oracle must also match the current
setting of NLS_DATE_FORMAT.
.
Timestamp values will match either the NLS_TIMESTAMP_FORMAT or
NLS_TIMESTAMP_TZ_FORMAT session variables.
.
This module keeps track of these Oracle session variable values by examining
environment variables of the same name. Each time one of Oracle's formatting
session variables is updated, the %ENV hash must also be updated.
Description-md5: d494a3353f997dbec4bf54afbfc0b224
Homepage: http://search.cpan.org/dist/DateTime-Format-Oracle/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu