How to Install and Uninstall perl-prefork.noarch Package on Fedora 36

Last updated: January 14,2025

1. Install "perl-prefork.noarch" package

This is a short guide on how to install perl-prefork.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-prefork.noarch

2. Uninstall "perl-prefork.noarch" package

This guide covers the steps necessary to uninstall perl-prefork.noarch on Fedora 36:

$ sudo dnf remove perl-prefork.noarch $ sudo dnf autoremove

3. Information about the perl-prefork.noarch package on Fedora 36

Last metadata expiration check: 2:31:30 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-prefork
Version : 1.05
Release : 11.fc36
Architecture : noarch
Size : 24 k
Source : perl-prefork-1.05-11.fc36.src.rpm
Repository : fedora
Summary : Optimized module loading for forking or non-forking processes
URL : https://metacpan.org/release/prefork
License : GPL+ or Artistic
Description : Optimized module loading for forking or non-forking processes
:
: 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.