How to Install and Uninstall perl-DateTime-Format-SQLite.noarch Package on Rocky Linux 8
Last updated: November 09,2024
1. Install "perl-DateTime-Format-SQLite.noarch" package
Learn how to install perl-DateTime-Format-SQLite.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-DateTime-Format-SQLite.noarch
Copied
2. Uninstall "perl-DateTime-Format-SQLite.noarch" package
This tutorial shows how to uninstall perl-DateTime-Format-SQLite.noarch on Rocky Linux 8:
$
sudo dnf remove
perl-DateTime-Format-SQLite.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-DateTime-Format-SQLite.noarch package on Rocky Linux 8
Last metadata expiration check: 1:30:10 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-DateTime-Format-SQLite
Version : 0.11
Release : 28.el8
Architecture : noarch
Size : 24 k
Source : perl-DateTime-Format-SQLite-0.11-28.el8.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.
Available Packages
Name : perl-DateTime-Format-SQLite
Version : 0.11
Release : 28.el8
Architecture : noarch
Size : 24 k
Source : perl-DateTime-Format-SQLite-0.11-28.el8.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.