How to Install and Uninstall perl-Test-Fork Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-Test-Fork" package

Please follow the guidelines below to install perl-Test-Fork on openSUSE Leap

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

2. Uninstall "perl-Test-Fork" package

In this section, we are going to explain the necessary steps to uninstall perl-Test-Fork on openSUSE Leap:

$ sudo zypper remove perl-Test-Fork

3. Information about the perl-Test-Fork package on openSUSE Leap

Information for package perl-Test-Fork:
---------------------------------------
Repository : Main Repository
Name : perl-Test-Fork
Version : 0.02-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 7.4 KiB
Installed : No
Status : not installed
Source package : perl-Test-Fork-0.02-bp155.1.5.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.