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

Last updated: October 07,2024

1. Install "perl-Child.noarch" package

This guide covers the steps necessary to install perl-Child.noarch on Fedora 36

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

2. Uninstall "perl-Child.noarch" package

Learn how to uninstall perl-Child.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:37:27 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Child
Version : 0.013
Release : 18.fc36
Architecture : noarch
Size : 44 k
Source : perl-Child-0.013-18.fc36.src.rpm
Repository : fedora
Summary : Object oriented simple interface to fork()
URL : https://metacpan.org/release/Child
License : GPL+ or Artistic
Description : Fork is too low level and difficult to manage. Often people forget to exit
: at the end, reap their children, and check exit status. The problem is the
: low level functions provided to do these things. Throw in pipes for IPC and
: you just have a pile of things nobody wants to think about.