How to Install and Uninstall perl-Time-Clock Package on openSUSE Leap

Last updated: April 26,2024

1. Install "perl-Time-Clock" package

Please follow the step by step instructions below to install perl-Time-Clock on openSUSE Leap

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

2. Uninstall "perl-Time-Clock" package

Please follow the instructions below to uninstall perl-Time-Clock on openSUSE Leap:

$ sudo zypper remove perl-Time-Clock

3. Information about the perl-Time-Clock package on openSUSE Leap

Information for package perl-Time-Clock:
----------------------------------------
Repository : Main Repository
Name : perl-Time-Clock
Version : 1.03-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 21.2 KiB
Installed : No
Status : not installed
Source package : perl-Time-Clock-1.03-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Time-Clock/
Summary : Twenty-four hour clock object with nanosecond precision.
Description :
A the Time::Clock manpage object is a twenty-four hour clock with
nanosecond precision and wrap-around. It is a clock only; it has absolutely
no concept of dates. Vagaries of date/time such as leap seconds and
daylight savings time are unsupported.
When a the Time::Clock manpage object hits 23:59:59.999999999 and at least
one more nanosecond is added, it will wrap around to 00:00:00.000000000.
This works in reverse when time is subtracted.
the Time::Clock manpage objects automatically stringify to a user-definable
format.