How to Install and Uninstall perl-DateTime Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-DateTime" package

Please follow the instructions below to install perl-DateTime on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-DateTime

2. Uninstall "perl-DateTime" package

Please follow the steps below to uninstall perl-DateTime on openSuSE Tumbleweed:

$ sudo zypper remove perl-DateTime

3. Information about the perl-DateTime package on openSuSE Tumbleweed

Information for package perl-DateTime:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-DateTime
Version : 1.650.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 382.1 KiB
Installed : No
Status : not installed
Source package : perl-DateTime-1.650.0-2.1.src
Upstream URL : https://metacpan.org/release/DateTime
Summary : Date and time object for Perl
Description :
DateTime is a class for the representation of date/time combinations, and
is part of the Perl DateTime project.
It represents the Gregorian calendar, extended backwards in time before its
creation (in 1582). This is sometimes known as the "proleptic Gregorian
calendar". In this calendar, the first day of the calendar (the epoch), is
the first day of year 1, which corresponds to the date which was
(incorrectly) believed to be the birth of Jesus Christ.
The calendar represented does have a year 0, and in that way differs from
how dates are often written using "BCE/CE" or "BC/AD".
For infinite datetimes, please see the DateTime::Infinite module.