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

Last updated: May 20,2024

1. Install "perl-DateTime" package

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

$ sudo zypper refresh $ sudo zypper install perl-DateTime

2. Uninstall "perl-DateTime" package

In this section, we are going to explain the necessary steps to uninstall perl-DateTime on openSUSE Leap:

$ sudo zypper remove perl-DateTime

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

Information for package perl-DateTime:
--------------------------------------
Repository : Main Repository
Name : perl-DateTime
Version : 1.45-1.16
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 359.9 KiB
Installed : No
Status : not installed
Source package : perl-DateTime-1.45-1.16.src
Upstream URL : http://search.cpan.org/dist/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. For details on this project please
see http://datetime.perl.org/. The DateTime site has a FAQ which may help
answer many "how do I do X?" questions. The FAQ is at
http://datetime.perl.org/wiki/datetime/page/FAQ.
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.