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

Last updated: May 16,2024

1. Install "perl-DateTime-TimeZone" package

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

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

2. Uninstall "perl-DateTime-TimeZone" package

This tutorial shows how to uninstall perl-DateTime-TimeZone on openSuSE Tumbleweed:

$ sudo zypper remove perl-DateTime-TimeZone

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

Information for package perl-DateTime-TimeZone:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-DateTime-TimeZone
Version : 2.620.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 6.3 MiB
Installed : No
Status : not installed
Source package : perl-DateTime-TimeZone-2.620.0-2.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.