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

Last updated: October 10,2024

1. Install "perl-Proc-Fork.noarch" package

Please follow the steps below to install perl-Proc-Fork.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Proc-Fork.noarch

2. Uninstall "perl-Proc-Fork.noarch" package

Please follow the step by step instructions below to uninstall perl-Proc-Fork.noarch on Fedora 36:

$ sudo dnf remove perl-Proc-Fork.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:54:28 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Proc-Fork
Version : 0.806
Release : 11.fc36
Architecture : noarch
Size : 24 k
Source : perl-Proc-Fork-0.806-11.fc36.src.rpm
Repository : fedora
Summary : Simple, intuitive interface to the fork() system call
URL : https://metacpan.org/release/Proc-Fork
License : GPL+ or Artistic
Description : This module provides an intuitive, Perl-ish way to write forking
: programs by letting you use blocks to illustrate which code section
: executes in which fork. The code for the parent, child, retry handler
: and error handler are grouped together in a "fork block". The clauses
: may appear in any order, but they must be consecutive (without any other
: statements in between).