How to Install and Uninstall perl-prefork Package on openSUSE Leap

Last updated: May 03,2024

1. Install "perl-prefork" package

Here is a brief guide to show you how to install perl-prefork on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-prefork

2. Uninstall "perl-prefork" package

Here is a brief guide to show you how to uninstall perl-prefork on openSUSE Leap:

$ sudo zypper remove perl-prefork

3. Information about the perl-prefork package on openSUSE Leap

Information for package perl-prefork:
-------------------------------------
Repository : Main Repository
Name : perl-prefork
Version : 1.05-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 37.2 KiB
Installed : No
Status : not installed
Source package : perl-prefork-1.05-bp155.2.10.src
Upstream URL : https://metacpan.org/release/prefork
Summary : Optimized module loading for forking or non-forking processes
Description :
The 'prefork' pragma is intended to allow module writers to optimise module
loading for *both* scenarios with as little additional code as possible.
prefork.pm is intended to serve as a central and optional marshalling point
for state detection (are we running in compile-time or run-time mode) and
to act as a relatively light-weight module loader.