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

Last updated: May 20,2024

1. Install "perl-Test-Mock-Time" package

Please follow the guidance below to install perl-Test-Mock-Time on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-Mock-Time

2. Uninstall "perl-Test-Mock-Time" package

In this section, we are going to explain the necessary steps to uninstall perl-Test-Mock-Time on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Mock-Time

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

Information for package perl-Test-Mock-Time:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Mock-Time
Version : 0.2.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 31.0 KiB
Installed : No
Status : not installed
Source package : perl-Test-Mock-Time-0.2.1-1.1.src
Upstream URL : https://metacpan.org/release/Test-Mock-Time
Summary : Deterministic time & timers for event loop tests
Description :
This module replaces actual time with simulated time everywhere (core
time(), Time::HiRes, EV, AnyEvent with EV, Mojolicious, …) and provide a
way to write deterministic tests for event loop based applications with
timers.
*IMPORTANT!* This module *must* be loaded by your script/app/test before
other related modules (Time::HiRes, Mojolicious, EV, etc.).