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

Last updated: July 05,2024

1. Install "perl-DateTime-TimeZone" package

This is a short guide on how to install perl-DateTime-TimeZone on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-DateTime-TimeZone

2. Uninstall "perl-DateTime-TimeZone" package

Learn how to uninstall perl-DateTime-TimeZone on openSUSE Leap:

$ sudo zypper remove perl-DateTime-TimeZone

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

Information for package perl-DateTime-TimeZone:
-----------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : perl-DateTime-TimeZone
Version : 2.60-150000.3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 6.3 MiB
Installed : No
Status : not installed
Source package : perl-DateTime-TimeZone-2.60-150000.3.3.1.src
Upstream URL : https://metacpan.org/release/DateTime-TimeZone
Summary : Time zone object base class and factory
Description :
This class is the base class for all time zone objects. A time zone is
represented internally as a set of observances, each of which describes the
offset from GMT for a given time period.
Note that without the DateTime module, this module does not do much. It's
primary interface is through a DateTime object, and most users will not
need to directly use 'DateTime::TimeZone' methods.