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

Last updated: November 29,2024

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

In this section, we are going to explain the necessary steps to install perl-Proc-Fork.noarch on Fedora 35

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Proc-Fork.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:42:43 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Proc-Fork
Version : 0.806
Release : 10.fc35
Architecture : noarch
Size : 24 k
Source : perl-Proc-Fork-0.806-10.fc35.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).