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

Last updated: May 01,2024

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

Please follow the guidance below to install perl-DateTime-Format-SQLite.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall perl-DateTime-Format-SQLite.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:54:33 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-DateTime-Format-SQLite
Version : 0.11
Release : 35.fc36
Architecture : noarch
Size : 21 k
Source : perl-DateTime-Format-SQLite-0.11-35.fc36.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.