How to Install and Uninstall perl-Time-Local Package on openSuSE Tumbleweed

Last updated: April 29,2024

1. Install "perl-Time-Local" package

Please follow the steps below to install perl-Time-Local on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Time-Local

2. Uninstall "perl-Time-Local" package

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

$ sudo zypper remove perl-Time-Local

3. Information about the perl-Time-Local package on openSuSE Tumbleweed

Information for package perl-Time-Local:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Time-Local
Version : 1.35-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 68.9 KiB
Installed : No
Status : not installed
Source package : perl-Time-Local-1.35-1.4.src
Upstream URL : https://metacpan.org/release/Time-Local
Summary : Efficiently compute time from local and GMT time
Description :
This module provides functions that are the inverse of built-in perl
functions 'localtime()' and 'gmtime()'. They accept a date as a six-element
array, and return the corresponding 'time(2)' value in seconds since the
system epoch (Midnight, January 1, 1970 GMT on Unix, for example). This
value can be positive or negative, though POSIX only requires support for
positive values, so dates before the system's epoch may not work on all
operating systems.
It is worth drawing particular attention to the expected ranges for the
values provided. The value for the day of the month is the actual day (i.e.
1..31), while the month is the number of months since January (0..11). This
is consistent with the values returned from 'localtime()' and 'gmtime()'.