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

Last updated: July 03,2024

1. Install "perl-Test-Fork" package

This guide covers the steps necessary to install perl-Test-Fork on openSuSE Tumbleweed

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

2. Uninstall "perl-Test-Fork" package

Please follow the instructions below to uninstall perl-Test-Fork on openSuSE Tumbleweed:

$ sudo zypper remove perl-Test-Fork

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

Information for package perl-Test-Fork:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Test-Fork
Version : 0.02-1.10
Arch : noarch
Vendor : openSUSE
Installed Size : 6.5 KiB
Installed : No
Status : not installed
Source package : perl-Test-Fork-0.02-1.10.src
Upstream URL : https://metacpan.org/release/Test-Fork
Summary : Test code which forks
Description :
*THIS IS ALPHA CODE!* The implementation is unreliable and the interface is
subject to change.
Because each test has a number associated with it, testing code which forks
is problematic. Coordinating the test number amongst the parent and child
processes is complicated. Test::Fork provides a function to smooth over the
complications.