How to Install and Uninstall perl-DateTime-Format-SQLite.noarch Package on Fedora 34

Last updated: June 29,2024

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

This guide covers the steps necessary to install perl-DateTime-Format-SQLite.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-DateTime-Format-SQLite.noarch on Fedora 34:

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

3. Information about the perl-DateTime-Format-SQLite.noarch package on Fedora 34

Last metadata expiration check: 5:09:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-DateTime-Format-SQLite
Version : 0.11
Release : 32.fc34
Architecture : noarch
Size : 22 k
Source : perl-DateTime-Format-SQLite-0.11-32.fc34.src.rpm
Repository : fedora
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.