How to Install and Uninstall perl-DateTime-Format-SQLite Package on openSUSE Leap

Last updated: May 20,2024

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

This guide let you learn how to install perl-DateTime-Format-SQLite on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-DateTime-Format-SQLite

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

Please follow the steps below to uninstall perl-DateTime-Format-SQLite on openSUSE Leap:

$ sudo zypper remove perl-DateTime-Format-SQLite

3. Information about the perl-DateTime-Format-SQLite package on openSUSE Leap

Information for package perl-DateTime-Format-SQLite:
----------------------------------------------------
Repository : Main Repository
Name : perl-DateTime-Format-SQLite
Version : 0.11-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 28.9 KiB
Installed : No
Status : not installed
Source package : perl-DateTime-Format-SQLite-0.11-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/DateTime-Format-SQLite/
Summary : Parse and format SQLite dates and times
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.