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

Last updated: November 26,2024

1. Install "perl-Test-SharedFork" package

Please follow the step by step instructions below to install perl-Test-SharedFork on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Test-SharedFork

2. Uninstall "perl-Test-SharedFork" package

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

$ sudo zypper remove perl-Test-SharedFork

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

Information for package perl-Test-SharedFork:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-SharedFork
Version : 0.35-1.28
Arch : noarch
Vendor : openSUSE
Installed Size : 33.4 KiB
Installed : No
Status : not installed
Source package : perl-Test-SharedFork-0.35-1.28.src
Upstream URL : http://search.cpan.org/dist/Test-SharedFork/
Summary : Fork Test
Description :
Test::SharedFork is utility module for Test::Builder.
This module makes fork(2) safety in your test case.
This module merges test count with parent process & child process.