How to Install and Uninstall perl-DateTime-Format-SQLite.noarch Package on Oracle Linux 9

Last updated: May 06,2024

1. Install "perl-DateTime-Format-SQLite.noarch" package

This guide covers the steps necessary to install perl-DateTime-Format-SQLite.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install perl-DateTime-Format-SQLite.noarch

2. Uninstall "perl-DateTime-Format-SQLite.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-DateTime-Format-SQLite.noarch on Oracle Linux 9:

$ sudo dnf remove perl-DateTime-Format-SQLite.noarch $ sudo dnf autoremove

3. Information about the perl-DateTime-Format-SQLite.noarch package on Oracle Linux 9

Last metadata expiration check: 3:07:15 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-DateTime-Format-SQLite
Version : 0.11
Release : 34.el9
Architecture : noarch
Size : 21 k
Source : perl-DateTime-Format-SQLite-0.11-34.el9.src.rpm
Repository : epel
Summary : Parse and format SQLite dates and times
URL : https://metacpan.org/release/DateTime-Format-SQLite
License : GPL+ or Artistic
Description : This module understands the formats used by SQLite for its 'date',
: 'datetime' and 'time' functions. It can be used to parse these formats
: in order to create the DateTime manpage objects, and it can take a
: DateTime object and produce a timestring accepted by SQLite.*NOTE:*
: SQLite does not have real date/time types but stores everything as
: strings. This module deals with the date/time strings as
: understood/returned by SQLite's 'date', 'time', 'datetime', 'julianday'
: and 'strftime' SQL functions. You will usually want to store your dates
: in one of these formats.